开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
skeleton
Age
Commit message (
Expand
)
Author
2024-06-03
bpftool: Fix typo in MAX_NUM_METRICS macro name
Swan Beaujard
2024-05-30
bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.
Kui-Feng Lee
2024-03-14
bpftool: Fix missing pids during link show
Yonghong Song
2023-07-10
bpftool: Use a local bpf_perf_event_value to fix accessing its fields
Alexander Lobakin
2023-07-10
bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c
Quentin Monnet
2023-07-10
bpftool: Define a local bpf_perf_link to fix accessing its fields
Alexander Lobakin
2023-07-10
bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie
Alexander Lobakin
2022-03-15
bpftool: Add bpf_cookie to link output
Dmitrii Dolgov
2022-01-20
tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...
Yafang Shao
2020-10-29
tools, bpftool: Remove two unused variables.
Ian Rogers
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-06-22
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-22
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
2020-06-20
tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD
Andrii Nakryiko
2020-03-12
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2020-03-10
bpftool: Introduce "prog profile" command
Song Liu