index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
bpf_tracing.h
Age
Commit message (
Expand
)
Author
2023-03-10
libbpf: Fix invalid return address register in s390
Daniel T. Lee
2022-09-21
libbpf: Improve BPF_PROG2 macro code quality and description
Yonghong Song
2022-09-06
libbpf: Add new BPF_PROG2 macro
Yonghong Song
2022-08-04
libbpf: Ensure functions with always_inline attribute are inline
James Hilliard
2022-07-26
libbpf: Extend BPF_KSYSCALL documentation
Ilya Leoshkevich
2022-07-19
libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
Andrii Nakryiko
2022-07-07
libbpf, riscv: Use a0 for RC register
Yixun Lan
2022-04-10
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
2022-02-08
libbpf: Add BPF_KPROBE_SYSCALL macro
Hengqi Chen
2022-02-08
libbpf: Fix accessing the first syscall argument on s390
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing the first syscall argument on arm64
Ilya Leoshkevich
2022-02-08
libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing syscall arguments on riscv
Ilya Leoshkevich
2022-02-08
libbpf: Fix riscv register names
Ilya Leoshkevich
2022-02-08
libbpf: Fix accessing syscall arguments on powerpc
Ilya Leoshkevich
2022-02-08
libbpf: Add PT_REGS_SYSCALL_REGS macro
Ilya Leoshkevich
2022-01-24
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
2021-12-28
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
2021-12-28
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
2021-11-01
riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
Björn Töpel
2021-06-16
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
2021-04-19
libbpf: Introduce a BPF_SNPRINTF helper macro
Florent Revest
2021-04-19
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2020-08-18
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2020-07-31
libbpf: Fix register in PT_REGS MIPS macros
Jerry Crunchtime
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-14
libbpf: Fix register naming in PT_REGS s390 macros
Sumanth Korikkar
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-03-17
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
2020-03-13
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
2020-03-02
libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.h
Andrii Nakryiko
2020-03-02
libbpf: Fix use of PT_REGS_PARM macros with vmlinux.h
Andrii Nakryiko
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko