Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository. Baseline bpf-next commit: 531876c80004ecff7bfdbd8ba6c6b48835ef5e22 Checkpoint bpf-next commit: a12978712d9001b060bcc10eaae42ad5102abe2b Baseline bpf commit: 62da3acd28955e7299babebdfcb14243b789e773 Checkpoint bpf commit: b1c4b4d45263241ec6c2405a8df8265d4b58e707 Andrii Nakryiko (2): bpftool: Use BTF field iterator in btfgen bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton Daniel Xu (1): bpftool: Support dumping kfunc prototypes from BTF Kenta Tada (1): bpftool: Query only cgroup-related attach types Mykyta Yatsenko (1): libbpf: Auto-attach struct_ops BPF maps in BPF skeleton Swan Beaujard (1): bpftool: Fix typo in MAX_NUM_METRICS macro name Vadim Fedorenko (1): bpf: Add CHECKSUM_COMPLETE to bpf test progs include/uapi/linux/bpf.h | 2 ++ src/btf.c | 55 +++++++++++++++++++++++++++++++++++++ src/cgroup.c | 40 ++++++++++++++++++++++++--- src/gen.c | 54 ++++++++++++++++++++++++++---------- src/skeleton/profiler.bpf.c | 14 +++++----- 5 files changed, 140 insertions(+), 25 deletions(-) Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information