summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/struct_ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang2023-05-171-1/+1
* bpftool: Register struct_ops with a link.Kui-Feng Lee2023-04-211-12/+58
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-171-3/+3
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-211-6/+5
* bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui2022-11-211-3/+2
* bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui2022-11-211-4/+2
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-0/+2
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-111-2/+0
* bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-131-3/+1
* bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-111-8/+7
* bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-151-7/+7
* bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2021-11-031-1/+1
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-311-1/+1
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-8/+7
* bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau2020-04-251-1/+7
* tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee2020-04-141-1/+3
* bpftool: Add struct_ops supportMartin KaFai Lau2020-03-201-0/+596