Skip to content

Commit

Permalink
Merge pull request facebookexperimental#107 from simpleton/main
Browse files Browse the repository at this point in the history
update bpftrace to v0.21.2
  • Loading branch information
simpleton authored Dec 17, 2024
2 parents 8b26547 + 8d5b05f commit 93e273d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/bpftrace/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $(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 = v0.21.2
BPFTRACE_REPO = https://github.com/iovisor/bpftrace.git/
projects/bpftrace/sources:
git clone $(BPFTRACE_REPO) $@
cd $@ && git checkout $(BPFTRACE_COMMIT)
cd $@ && git checkout $(BPFTRACE_COMMIT) && git cherry-pick a77b8061f9291793e15c54a19a2202643d900387 --no-commit
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 93e273d

Please sign in to comment.