summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/skeleton
AgeCommit message (Expand)Author
2023-07-10bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin
2023-07-10bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet
2023-07-10bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin
2023-07-10bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao
2020-10-29tools, bpftool: Remove two unused variables.Ian Rogers
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko
2020-06-20tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSDAndrii Nakryiko
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser
2020-03-10bpftool: Introduce "prog profile" commandSong Liu