summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/usdt.c
AgeCommit message (Expand)Author
2023-08-21libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa
2023-08-21libbpf: Add elf_open/elf_close functionsJiri Olsa
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-03-07libbpf: USDT arm arg parsing supportPuranjay Mohan
2023-03-07libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-21libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()Xu Kuohai
2022-10-13libbpf: 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