Skip to content

Commit

Permalink
Merge pull request #54 from tnovak/bpftrace_update
Browse files Browse the repository at this point in the history
Update bpftrace to v0.18.1
  • Loading branch information
michalgr authored Sep 6, 2023
2 parents ae4c5dc + 96eea3d commit c2bb54a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions projects/bpftrace/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ github: https://github.com/iovisor/bpftrace
license: Apache 2.0
license url: https://github.com/iovisor/bpftrace/blob/master/LICENSE

Default version: 5d181c82acba400ec64e8d95c57cdb509f7cc57a
- Main as of 10/14/2022. Includes support for armv7 and static linking.

Building:
- we need to tell cmake to use flex version that matches the lib and
headers we have for Android. We set FLEX_EXECUTABLE to point to
Expand Down
2 changes: 1 addition & 1 deletion projects/bpftrace/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(STRIP_THUNK): projects/bpftrace/strip-thunk | $(HOST_OUT_DIR)
@sed -e "s+<STRIP_PATH>+$(ANDROID_TOOLCHAIN_STRIP_PATH)+g" $< > $@
chmod +x $@

BPFTRACE_COMMIT = 58bd61287de61ff14136cf0a7e1946db87121f5f
BPFTRACE_COMMIT = v0.18.1
BPFTRACE_REPO = https://github.com/iovisor/bpftrace.git/
projects/bpftrace/sources:
git clone $(BPFTRACE_REPO) $@
Expand Down

0 comments on commit c2bb54a

Please sign in to comment.