aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/usdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-19libbpf: Support riscv USDT argument parsing logicPu Lehui1-0/+107
2022-04-19libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui1-4/+4
2022-04-11libbpf: Usdt aarch64 arg parsing supportAlan Maguire1-0/+76
2022-04-08libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko1-1/+1
2022-04-08libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich1-0/+55
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich1-6/+6
2022-04-07libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko1-2/+2
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai1-2/+2
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King1-1/+1
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko1-0/+105
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko1-1/+167
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko1-1/+581
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko1-0/+429