summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/skeleton
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bpftool: Fix missing pids during link showYonghong Song1-2/+2
2023-07-11bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin1-10/+17
2023-07-11bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet1-2/+9
2023-07-11bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin1-2/+7
2023-07-11bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin1-1/+5
2022-03-16bpftool: Add bpf_cookie to link outputDmitrii Dolgov2-0/+24
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao1-2/+2
2020-10-29tools, bpftool: Remove two unused variables.Ian Rogers1-2/+2
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich1-1/+2
2020-06-23tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2-0/+92
2020-06-23tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko2-48/+1
2020-06-20tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko1-2/+2
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser1-9/+8
2020-03-10bpftool: Introduce "prog profile" commandSong Liu2-0/+166