aboutsummaryrefslogtreecommitdiff
path: root/include/trace/bpf_probe.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointGravatar Andrii Nakryiko 1-2/+1
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hGravatar Andy Shevchenko 1-0/+2
2023-01-25bpf/tracing: Use stage6 of tracing to not duplicate macrosGravatar Steven Rostedt (Google) 1-44/+1
2022-11-23tracing: Add __cpumask to denote a trace event field that is a cpumask_tGravatar Steven Rostedt (Google) 1-0/+6
2022-02-28tracing: Introduce helpers to safely handle dynamic-sized sockaddrsGravatar Chuck Lever 1-0/+6
2021-12-06tracing: Add '__rel_loc' using trace event macrosGravatar Masami Hiramatsu 1-0/+16
2021-10-08bpf: Support writable context for bare tracepointGravatar Hou Tao 1-4/+15
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsGravatar Qais Yousef 1-2/+10
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-03-02bpf: Reliably preserve btf_trace_xxx typesGravatar Andrii Nakryiko 1-7/+11
2019-10-17bpf: Add typecast to raw_tracepoints to help BTF generationGravatar Alexei Starovoitov 1-1/+2
2019-04-26bpf: add writable context for raw tracepointsGravatar Matt Mullins 1-2/+25
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTGravatar Alexei Starovoitov 1-0/+92