aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/bpf/bpftool/pids.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-8/+8
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet1-0/+1
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-1/+0
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov1-0/+8
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez1-1/+2
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet1-38/+52
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-08-18bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song1-0/+2
2020-07-13tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko1-1/+0
2020-07-09bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens1-0/+1
2020-07-03bpf: Fix bpftool without skeleton code enabledJohn Fastabend1-0/+1
2020-06-24tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet1-8/+9
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+229