summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/usdt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-101-16/+12
* libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai2022-10-211-10/+6
* libbpf: Fix memory leak in parse_usdt_arg()Xu Kuohai2022-10-131-7/+4
* libbpf: Fix the case of running as non-root with capabilitiesJon Doron2022-09-271-1/+1
* libbpf: Remove unnecessary usdt_rel_ip assignmentsAndrii Nakryiko2022-07-061-4/+2
* libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko2022-06-171-60/+63
* libbpf: Support riscv USDT argument parsing logicPu Lehui2022-04-201-0/+107
* libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui2022-04-201-4/+4
* libbpf: Usdt aarch64 arg parsing supportAlan Maguire2022-04-121-0/+76
* libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko2022-04-081-1/+1
* libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich2022-04-081-0/+55
* libbpf: Minor style improvements in USDT codeIlya Leoshkevich2022-04-081-6/+6
* libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko2022-04-071-2/+2
* libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai2022-04-071-2/+2
* libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King2022-04-061-1/+1
* libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko2022-04-051-0/+105
* libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko2022-04-051-1/+167
* libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko2022-04-051-1/+581
* libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko2022-04-051-0/+429