aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-04-14 21:37:03 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-04-14 22:09:18 -0400
commit9cfe06f8cd5c8c3ad6ab323973e87dde670642b8 (patch)
tree94348ca2c013264e45d352d208c4a6dc9c221eef /samples/Kconfig
parenttracing/events: move trace point headers into include/trace/events (diff)
downloadlinux-dev-9cfe06f8cd5c8c3ad6ab323973e87dde670642b8.tar.xz
linux-dev-9cfe06f8cd5c8c3ad6ab323973e87dde670642b8.zip
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>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 4b02f5a0e656..93f41c051092 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -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