summary refs log tree commit diff
path: root/tools/lib/bpf/usdt.c
AgeCommit message (Expand)Author
2022-12-31libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron
2022-07-06libbpf: Remove unnecessary usdt_rel_ip assignmentsAndrii Nakryiko
2022-06-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko
2022-04-19libbpf: Support riscv USDT argument parsing logicPu Lehui
2022-04-19libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui
2022-04-11libbpf: Usdt aarch64 arg parsing supportAlan Maguire
2022-04-08libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko
2022-04-08libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich
2022-04-07libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko