summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/bpf_tracing.h
AgeCommit message (Expand)Author
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti
2023-08-04libbpf: Use local includes inside the librarySergey Kacheev
2023-05-04libbpf: Fix comment about arc and riscv arch in bpf_tracing.hKenjiro Nakayama
2023-02-27libbpf: Fix arm syscall regs spec in bpf_tracing.hPuranjay Mohan
2023-02-27libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArchTiezhu Yang
2023-01-23libbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaultsAndrii Nakryiko
2023-01-23libbpf: Define loongarch syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define riscv syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define sparc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define powerpc syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define mips syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arm64 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define arm syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define s390x syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define i386 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Define x86-64 syscall regs spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Improve syscall tracing support in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Add BPF_UPROBE and BPF_URETPROBE macro aliasesAndrii Nakryiko
2023-01-23libbpf: Complete LoongArch (loongarch) spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Fix and complete ARC spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete riscv arch spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete sparc spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete powerpc spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Complete mips spec in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Fix arm and arm64 specs in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Add 6th argument support for x86-64 in bpf_tracing.hAndrii Nakryiko
2023-01-23libbpf: Add support for fetching up to 8 arguments in kprobesAndrii Nakryiko
2023-01-03libbpf: Add LoongArch support to bpf_tracing.hHengqi Chen
2022-12-29libbpf: Fix invalid return address register in s390Daniel T. Lee
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song
2022-09-06libbpf: Add new BPF_PROG2 macroYonghong Song
2022-08-04libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard
2022-07-26libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich
2022-07-19libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko
2022-07-07libbpf, riscv: Use a0 for RC registerYixun Lan
2022-04-10libbpf: Add ARC support to bpf_tracing.hVladimir Isaev
2022-02-08libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen
2022-02-08libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich
2022-02-08libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich
2022-02-08libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich
2022-02-08libbpf: Fix riscv register namesIlya Leoshkevich
2022-02-08libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich
2022-02-08libbpf: Add PT_REGS_SYSCALL_REGS macroIlya Leoshkevich
2022-01-24libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada
2021-12-28libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko
2021-12-28libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko
2021-11-01riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer