index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
bpf_probe.h
Age
Commit message (
Expand
)
Author
2024-10-09
tracing/bpf: Add might_fault check to syscall probes
Mathieu Desnoyers
2024-10-09
tracing/bpf: disable preemption in syscall probe
Mathieu Desnoyers
2024-10-09
tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
Mathieu Desnoyers
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
2023-08-18
kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h
Andy Shevchenko
2023-01-25
bpf/tracing: Use stage6 of tracing to not duplicate macros
Steven Rostedt (Google)
2022-11-23
tracing: Add __cpumask to denote a trace event field that is a cpumask_t
Steven Rostedt (Google)
2022-02-28
tracing: Introduce helpers to safely handle dynamic-sized sockaddrs
Chuck Lever
2021-12-06
tracing: Add '__rel_loc' using trace event macros
Masami Hiramatsu
2021-10-08
bpf: Support writable context for bare tracepoint
Hou Tao
2021-01-20
trace: bpf: Allow bpf to attach to bare tracepoints
Qais Yousef
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-03-02
bpf: Reliably preserve btf_trace_xxx types
Andrii Nakryiko
2019-10-17
bpf: Add typecast to raw_tracepoints to help BTF generation
Alexei Starovoitov
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov