Skip to content

Commit

Permalink
deps: update bpftool version
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Dec 4, 2024
1 parent 808ce59 commit cd29c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/bpftool
Submodule bpftool updated 52 files
+36 −0 .github/ISSUE_TEMPLATE/bug_report.md
+11 −0 .mailmap
+1 −1 BPF-CHECKPOINT-COMMIT
+1 −1 CHECKPOINT-COMMIT
+29 −37 bash-completion/bpftool
+3 −3 docs/Makefile
+51 −55 docs/bpftool-btf.rst
+105 −114 docs/bpftool-cgroup.rst
+54 −61 docs/bpftool-feature.rst
+210 −186 docs/bpftool-gen.rst
+28 −32 docs/bpftool-iter.rst
+34 −39 docs/bpftool-link.rst
+113 −119 docs/bpftool-map.rst
+77 −57 docs/bpftool-net.rst
+17 −17 docs/bpftool-perf.rst
+206 −230 docs/bpftool-prog.rst
+40 −41 docs/bpftool-struct_ops.rst
+30 −30 docs/bpftool.rst
+12 −14 docs/common_options.rst
+1 −0 include/linux/types.h
+4 −0 include/uapi/asm-generic/bitsperlong.h
+213 −37 include/uapi/linux/bpf.h
+17 −0 include/uapi/linux/const.h
+1 −0 include/uapi/linux/if_link.h
+17 −2 include/uapi/linux/perf_event.h
+0 −47 include/uapi/linux/pkt_cls.h
+0 −109 include/uapi/linux/pkt_sched.h
+1 −1 libbpf
+37 −0 scripts/mailmap-update.sh
+9 −13 scripts/sync-kernel-expected-diff.patch
+16 −0 scripts/sync-kernel.sh
+15 −12 src/Makefile
+4 −6 src/Makefile.feature
+6 −1 src/Makefile.include
+337 −5 src/btf.c
+36 −4 src/cgroup.c
+85 −13 src/common.c
+7 −10 src/feature.c
+335 −39 src/gen.c
+1 −1 src/iter.c
+29 −11 src/jit_disasm.c
+28 −0 src/kernel/bpf/disasm.c
+189 −17 src/link.c
+2 −1 src/main.h
+1 −1 src/map.c
+70 −10 src/net.c
+12 −7 src/pids.c
+20 −9 src/prog.c
+8 −3 src/skeleton/pid_iter.bpf.c
+7 −7 src/skeleton/profiler.bpf.c
+1 −1 src/struct_ops.c
+2 −2 src/xlated_dumper.c

0 comments on commit cd29c9e

Please sign in to comment.