aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf_tracing.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix some typos in commentsYusheng Zheng2024-09-091-1/+1
* libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng2024-09-091-1/+1
* libbpf: fix some typos in libbpfLin Yikai2024-09-051-2/+2
* libbpf: Fix accessing first syscall argument on RV64Pu Lehui2024-09-051-1/+8
* libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui2024-09-051-2/+2
* libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui2024-09-051-2/+2
* libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2024-05-031-35/+35
* libbpf: Fix syscall access arguments on riscvAlexandre Ghiti2023-10-041-2/+0
* libbpf: Use local includes inside the librarySergey Kacheev2023-08-041-1/+1
* libbpf: Fix comment about arc and riscv arch in bpf_tracing.hKenjiro Nakayama2023-05-051-1/+2
* libbpf: Fix arm syscall regs spec in bpf_tracing.hPuranjay Mohan2023-02-271-0/+1
* libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArchTiezhu Yang2023-02-271-0/+2
* libbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaultsAndrii Nakryiko2023-01-231-18/+0
* libbpf: Define loongarch syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
* libbpf: Define arc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
* libbpf: Define riscv syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
* libbpf: Define sparc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Define powerpc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+13
* libbpf: Define mips syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Define arm64 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+11
* libbpf: Define arm syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Define s390x syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+15
* libbpf: Define i386 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Define x86-64 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-6/+19
* libbpf: Improve syscall tracing support in bpf_tracing.hAndrii Nakryiko2023-01-231-13/+58
* libbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliasesAndrii Nakryiko2023-01-231-0/+7
* libbpf: Complete LoongArch (loongarch) spec in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+7
* libbpf: Fix and complete ARC spec in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+9
* libbpf: Complete riscv arch spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+7
* libbpf: Complete sparc spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+5
* libbpf: Complete powerpc spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Complete mips spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
* libbpf: Fix arm and arm64 specs in bpf_tracing.hAndrii Nakryiko2023-01-231-1/+11
* libbpf: Add 6th argument support for x86-64 in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+6
* libbpf: Add support for fetching up to 8 arguments in kprobesAndrii Nakryiko2023-01-231-4/+37
* libbpf: Add LoongArch support to bpf_tracing.hHengqi Chen2023-01-031-0/+23
* libbpf: Fix invalid return address register in s390Daniel T. Lee2022-12-291-1/+1
* libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song2022-09-221-60/+88
* libbpf: Add new BPF_PROG2 macroYonghong Song2022-09-071-0/+79
* libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard2022-08-041-7/+7
* libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich2022-07-261-4/+11
* libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko2022-07-191-13/+38
* libbpf, riscv: Use a0 for RC registerYixun Lan2022-07-071-1/+1
* libbpf: Add ARC support to bpf_tracing.hVladimir Isaev2022-04-111-0/+23
* libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-091-0/+35
* libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-091-0/+6
* libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-091-0/+6
* libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-091-8/+12
* libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-091-0/+2
* libbpf: Fix riscv register namesIlya Leoshkevich2022-02-091-2/+2