summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/usdt.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker1-0/+8
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-16/+12
2022-10-21libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai1-10/+6
2022-10-13libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai1-7/+4
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron1-1/+1
2022-07-06libbpf: Remove unnecessary usdt_rel_ip assignmentsAndrii Nakryiko1-4/+2
2022-06-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko1-60/+63
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