index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
struct_ops.c
Age
Commit message (
Expand
)
Author
2024-04-04
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
2023-10-19
bpftool: Wrap struct_ops dump in an array
Manu Bretelle
2023-05-17
bpftool: Support bpffs mountpoint as pin path for prog loadall
Pengcheng Yang
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
2023-02-16
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-06-14
Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
Quentin Monnet
2022-04-10
bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-01-12
bpftool: Stop using bpf_map__def() API
Christy Lee
2021-12-10
bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
Andrii Nakryiko
2021-11-14
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
2021-11-03
bpftool: Migrate -1 err checks of libbpf fn calls
Dave Marchevsky
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2020-06-01
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-04-24
bpftool: Respect the -d option in struct_ops cmd
Martin KaFai Lau
2020-04-14
tools, bpftool: Fix struct_ops command invalid pointer free
Daniel T. Lee
2020-03-20
bpftool: Add struct_ops support
Martin KaFai Lau