summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/bpf_tracing.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2024-05-021-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-041-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-211-63/+91
* libbpf: Add new BPF_PROG2 macroYonghong Song2022-09-061-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-101-0/+23
* libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-081-0/+35
* libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-081-0/+6
* libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-081-0/+6
* libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-081-8/+12
* libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-081-0/+2
* libbpf: Fix riscv register namesIlya Leoshkevich2022-02-081-2/+2
* libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich2022-02-081-0/+2
* libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich2022-02-081-0/+10
* libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada2022-01-241-0/+34
* libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko2021-12-281-32/+22
* libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko2021-12-281-225/+152
* riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel2021-11-011-0/+32