summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/pids.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet2024-03-191-7/+12
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-8/+8
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-0/+1
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* bpftool: Add bpf_cookie to link outputDmitrii Dolgov2022-03-151-0/+8
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-121-1/+2
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-251-38/+52
* tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko2020-12-081-2/+2
* bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song2020-08-181-0/+2
* tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko2020-07-131-1/+0
* bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens2020-07-091-0/+1
* bpf: Fix bpftool without skeleton code enabledJohn Fastabend2020-07-031-0/+1
* tools, bpftool: Fix variable shadowing in emit_obj_refs_json()Quentin Monnet2020-06-241-8/+9
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+229