summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/usdt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2023-08-221-15/+71
* libbpf: Add elf_open/elf_close functionsJiri Olsa2023-08-221-22/+8
* libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2023-07-111-1/+4
* libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko2023-05-261-3/+2
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-281-1/+1
|\
| * ELF: fix all "Elf" typosAlexey Dobriyan2023-04-081-1/+1
* | libbpf: USDT arm arg parsing supportPuranjay Mohan2023-03-081-0/+80
* | libbpf: Refactor parse_usdt_arg() to re-use codePuranjay Mohan2023-03-081-82/+42
|/
* libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker2022-12-071-0/+8
* 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