summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/usdt.bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-03libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi1-12/+12
2023-08-05libbpf: Use local includes inside the librarySergey Kacheev1-2/+2
2023-01-28libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich1-1/+4
2022-08-05libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard1-2/+2
2022-07-19libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko1-14/+2
2022-04-08libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko1-3/+3
2022-04-08libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich1-0/+3
2022-04-08libbpf: Minor style improvements in USDT codeIlya Leoshkevich1-2/+2
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko1-0/+256