Skip to content

Commit

Permalink
update bpftrace to v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Dec 14, 2024
1 parent 941ff8d commit 5052ed0
Showing 1 changed file with 1 addition and 1 deletion.
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 = a77b8061f9291793e15c54a19a2202643d900387
BPFTRACE_COMMIT = d07c8e5eac8be5a86dfd472dc0dbd0bb46392cde
BPFTRACE_REPO = https://github.com/iovisor/bpftrace.git/
projects/bpftrace/sources:
git clone $(BPFTRACE_REPO) $@
Expand Down

0 comments on commit 5052ed0

Please sign in to comment.