aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt2009-04-14 20:37:03 -0500
committerSteven Rostedt2009-04-14 21:09:18 -0500
commit9cfe06f8cd5c8c3ad6ab323973e87dde670642b8 (patch)
tree94348ca2c013264e45d352d208c4a6dc9c221eef /samples/Makefile
parentad8d75fff811a6a230f7f43b05a6483099349533 (diff)
downloadkernel-common-9cfe06f8cd5c8c3ad6ab323973e87dde670642b8.tar.gz
kernel-common-9cfe06f8cd5c8c3ad6ab323973e87dde670642b8.tar.xz
kernel-common-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/Makefile')
-rw-r--r--samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 10eaca89fe1..13e4b470b53 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -1,3 +1,3 @@
1# Makefile for Linux samples code 1# Makefile for Linux samples code
2 2
3obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ tracepoints/ 3obj-$(CONFIG_SAMPLES) += markers/ kobject/ kprobes/ tracepoints/ trace_events/