summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/struct_ops.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-2/+0
* bpftool: Stop using bpf_map__def() APIChristy Lee2022-01-121-3/+1
* bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-101-8/+7
* bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-141-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-301-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-241-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