开源镜像站
帮助
动态
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
/
lib
/
bpf
/
usdt.c
Age
Commit message (
Expand
)
Author
2022-09-26
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-07-06
libbpf: Remove unnecessary usdt_rel_ip assignments
Andrii Nakryiko
2022-06-17
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
2022-04-11
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
2022-04-08
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
2022-04-08
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
2022-04-07
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2022-04-07
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
2022-04-06
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
2022-04-05
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
2022-04-05
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
2022-04-05
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
2022-04-05
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko