lkml.org 
[lkml]   [2021]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH bpf-next 0/2] Allow attaching to bare tracepoints
Date
Add some missing glue logic to teach bpf about bare tracepoints - tracepoints
without any trace event associated with them.

Bare tracepoints are declare with DECLARE_TRACE(). Full tracepoints are declare
with TRACE_EVENT().

BPF can attach to these tracepoints as RAW_TRACEPOINT() only as there's no
events in tracefs created with them.

Qais Yousef (2):
trace: bpf: Allow bpf to attach to bare tracepoints
selftests: bpf: Add a new test for bare tracepoints

Documentation/bpf/bpf_design_QA.rst | 6 ++++++
include/trace/bpf_probe.h | 12 ++++++++++--
.../selftests/bpf/bpf_testmod/bpf_testmod-events.h | 6 ++++++
.../testing/selftests/bpf/bpf_testmod/bpf_testmod.c | 2 ++
.../testing/selftests/bpf/prog_tests/module_attach.c | 1 +
.../testing/selftests/bpf/progs/test_module_attach.c | 10 ++++++++++
6 files changed, 35 insertions(+), 2 deletions(-)

--
2.25.1

\
 
 \ /
  Last update: 2021-01-11 19:22    [W:0.136 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site