summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/usdt.bpf.h
AgeCommit message (Expand)Author
2023-08-04libbpf: Use local includes inside the librarySergey Kacheev
2023-01-28libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich
2022-08-04libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard
2022-07-19libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko
2022-04-08libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko
2022-04-07libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko