tracing/events: add trace-events-sample
authorSteven Rostedt <srostedt@redhat.com>
Wed, 15 Apr 2009 01:37:03 +0000 (21:37 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 15 Apr 2009 02:09:18 +0000 (22:09 -0400)
commit9cfe06f8cd5c8c3ad6ab323973e87dde670642b8
tree94348ca2c013264e45d352d208c4a6dc9c221eef
parentad8d75fff811a6a230f7f43b05a6483099349533
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>
samples/Kconfig
samples/Makefile
samples/trace_events/Makefile [new file with mode: 0644]
samples/trace_events/trace-events-sample.c [new file with mode: 0644]
samples/trace_events/trace-events-sample.h [new file with mode: 0644]