forked from opensearch-project/observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request opensearch-project#130 from parca-dev/dependabot/s…
…ubmodules/3rdparty/libbpf-5b9d079 build(deps): bump 3rdparty/libbpf from `26e7687` to `5b9d079`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libbpf
updated
21 files
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+21 −0 | include/uapi/linux/bpf.h | |
+2 −1 | include/uapi/linux/btf.h | |
+100 −66 | src/bpf.c | |
+71 −3 | src/bpf.h | |
+6 −2 | src/bpf_gen_internal.h | |
+23 −0 | src/bpf_helper_defs.h | |
+50 −19 | src/btf.c | |
+71 −9 | src/btf.h | |
+31 −9 | src/btf_dump.c | |
+15 −15 | src/gen_loader.c | |
+172 −125 | src/libbpf.c | |
+79 −16 | src/libbpf.h | |
+13 −0 | src/libbpf.map | |
+13 −1 | src/libbpf_common.h | |
+2 −31 | src/libbpf_internal.h | |
+1 −0 | src/libbpf_legacy.h | |
+9 −11 | src/libbpf_probes.c | |
+3 −1 | src/linker.c | |
+11 −23 | src/xsk.c |