summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/struct_ops.c
AgeCommit message (Expand)Author
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau