-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82d4f37
commit 8c8c0f3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule kernel-collector
updated
67 files
Submodule libbpf
updated
15 files
+2 −2 | .github/workflows/pahole.yml | |
+3 −0 | .mailmap | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+2 −0 | include/uapi/linux/bpf.h | |
+1 −1 | src/Makefile | |
+489 −207 | src/btf.c | |
+36 −0 | src/btf.h | |
+177 −0 | src/btf_iter.c | |
+519 −0 | src/btf_relocate.c | |
+89 −22 | src/libbpf.c | |
+18 −0 | src/libbpf.h | |
+4 −0 | src/libbpf.map | |
+27 −2 | src/libbpf_internal.h | |
+45 −24 | src/linker.c |