summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/struct_ops.c
AgeCommit message (Expand)AuthorFilesLines
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