index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
usdt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-16
/
+12
*
libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
Xu Kuohai
2022-10-21
1
-10
/
+6
*
libbpf: Fix memory leak in parse_usdt_arg()
Xu Kuohai
2022-10-13
1
-7
/
+4
*
libbpf: Fix the case of running as non-root with capabilities
Jon Doron
2022-09-27
1
-1
/
+1
*
libbpf: Remove unnecessary usdt_rel_ip assignments
Andrii Nakryiko
2022-07-06
1
-4
/
+2
*
libbpf: Fix internal USDT address translation logic for shared libraries
Andrii Nakryiko
2022-06-17
1
-60
/
+63
*
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
2022-04-20
1
-0
/
+107
*
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
2022-04-20
1
-4
/
+4
*
libbpf: Usdt aarch64 arg parsing support
Alan Maguire
2022-04-12
1
-0
/
+76
*
libbpf: Use strlcpy() in path resolution fallback logic
Andrii Nakryiko
2022-04-08
1
-1
/
+1
*
libbpf: Add s390-specific USDT arg spec parsing logic
Ilya Leoshkevich
2022-04-08
1
-0
/
+55
*
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2022-04-08
1
-6
/
+6
*
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
2022-04-07
1
-2
/
+2
*
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
2022-04-07
1
-2
/
+2
*
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
2022-04-06
1
-1
/
+1
*
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
2022-04-05
1
-0
/
+105
*
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
2022-04-05
1
-1
/
+167
*
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
2022-04-05
1
-1
/
+581
*
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
2022-04-05
1
-0
/
+429