You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
tracing/events: add trace-events-sample
This patch adds a sample to the samples directory on how to create and use TRACE_EVENT trace points. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt
parent
ad8d75fff8
commit
9cfe06f8cd
@@ -19,6 +19,13 @@ config SAMPLE_TRACEPOINTS
|
||||
help
|
||||
This build tracepoints example modules.
|
||||
|
||||
config SAMPLE_TRACE_EVENTS
|
||||
tristate "Build trace_events examples"
|
||||
depends on EVENT_TRACING
|
||||
default m
|
||||
help
|
||||
This build trace event example modules.
|
||||
|
||||
config SAMPLE_KOBJECT
|
||||
tristate "Build kobject examples"
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user