netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 bpf-next 0/2] Allow attaching to bare tracepoints
@ 2021-01-19 12:22 Qais Yousef
  2021-01-19 12:22 ` [PATCH v3 bpf-next 1/2] trace: bpf: Allow bpf to attach " Qais Yousef
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Qais Yousef @ 2021-01-19 12:22 UTC (permalink / raw)
  To: netdev, bpf
  Cc: Alexei Starovoitov, Andrii Nakryiko, Daniel Borkmann,
	Yonghong Song, Steven Rostedt, Peter Zijlstra (Intel),
	linux-kernel, Qais Yousef

Changes in v3:
	* Fix not returning error value correctly in
	  trigger_module_test_write() (Yonghong)
	* Add Yonghong acked-by to patch 1.

Changes in v2:
	* Fix compilation error. (Andrii)
	* Make the new test use write() instead of read() (Andrii)

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're 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 +++++++--
 .../bpf/bpf_testmod/bpf_testmod-events.h      |  6 +++++
 .../selftests/bpf/bpf_testmod/bpf_testmod.c   | 21 ++++++++++++++-
 .../selftests/bpf/bpf_testmod/bpf_testmod.h   |  6 +++++
 .../selftests/bpf/prog_tests/module_attach.c  | 27 +++++++++++++++++++
 .../selftests/bpf/progs/test_module_attach.c  | 10 +++++++
 7 files changed, 85 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-19 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 12:22 [PATCH v3 bpf-next 0/2] Allow attaching to bare tracepoints Qais Yousef
2021-01-19 12:22 ` [PATCH v3 bpf-next 1/2] trace: bpf: Allow bpf to attach " Qais Yousef
2021-01-19 12:22 ` [PATCH v3 bpf-next 2/2] selftests: bpf: Add a new test for " Qais Yousef
2021-01-19 15:41   ` Yonghong Song
2021-01-19 21:06 ` [PATCH v3 bpf-next 0/2] Allow attaching to " Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).