summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/usdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa1-15/+71
2023-08-22libbpf: Add elf_open/elf_close functionsJiri Olsa1-22/+8
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko1-1/+4
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko1-3/+2
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-03-08libbpf: USDT arm arg parsing supportPuranjay Mohan1-0/+80
2023-03-08libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan1-82/+42
2022-12-07libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker1-0/+8
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-16/+12
2022-10-22libbpf: 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-27libbpf: 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-20libbpf: Support riscv USDT argument parsing logicPu Lehui1-0/+107
2022-04-20libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui1-4/+4
2022-04-12libbpf: 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-08libbpf: Minor style improvements in USDT codeIlya Leoshkevich1-6/+6
2022-04-08libbpf: 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