-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest bpftool. Signed-off-by: Andrii Nakryiko <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bpftool
updated
24 files
+6 −0 | .github/workflows/build.yaml | |
+1 −1 | BPF-CHECKPOINT-COMMIT | |
+1 −1 | CHECKPOINT-COMMIT | |
+2 −2 | docs/bpftool-gen.rst | |
+15 −11 | docs/bpftool-net.rst | |
+4 −2 | include/linux/compiler-gcc.h | |
+0 −4 | include/linux/compiler.h | |
+13 −1 | include/uapi/asm-generic/bitsperlong.h | |
+163 −22 | include/uapi/linux/bpf.h | |
+1 −1 | include/uapi/linux/const.h | |
+1 −1 | libbpf | |
+1 −1 | src/Makefile | |
+1 −1 | src/btf_dumper.c | |
+1 −1 | src/feature.c | |
+1 −1 | src/gen.c | |
+52 −6 | src/kernel/bpf/disasm.c | |
+472 −4 | src/link.c | |
+93 −5 | src/net.c | |
+8 −0 | src/netlink_dumper.h | |
+1 −1 | src/perf.c | |
+21 −5 | src/skeleton/pid_iter.bpf.c | |
+17 −10 | src/skeleton/profiler.bpf.c | |
+5 −1 | src/xlated_dumper.c | |
+2 −0 | src/xlated_dumper.h |