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 7a44636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion projects/libbpf/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(LIBBPF_ANDROID): $(ANDROID_OUT_DIR)/lib/pkgconfig/zlib.pc
$(LIBBPF_ANDROID_BUILD_DIR):
mkdir -p $@

LIBBPF_TAG = v1.4.6
LIBBPF_TAG = v1.5.0
LIBBPF_REPO = https://github.com/libbpf/libbpf
projects/libbpf/sources:
git clone $(LIBBPF_REPO) $@ -b $(LIBBPF_TAG)

0 comments on commit 7a44636

Please sign in to comment.