summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/struct_ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq1-1/+1
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle1-0/+6
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang1-1/+1
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee1-12/+58
2023-02-17bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-3/+3
2022-11-21bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui1-6/+5
2022-11-21bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui1-3/+2
2022-11-21bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui1-4/+2
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet1-0/+2
2022-04-11bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-2/+0
2022-01-13bpftool: Stop using bpf_map__def() APIChristy Lee1-3/+1
2021-12-11bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko1-8/+7
2021-11-15bpftool: Use libbpf_get_error() to check errorHengqi Chen1-7/+7
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky1-1/+1
2021-07-31tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-1/+1
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet1-8/+7
2020-04-25bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee1-1/+3
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau1-0/+596