tracing/events: move the ftrace event tracing code to core
authorSteven Rostedt <srostedt@redhat.com>
Mon, 13 Apr 2009 16:25:37 +0000 (12:25 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 14 Apr 2009 16:57:59 +0000 (12:57 -0400)
commitf42c85e74faa422cf0bc747ed808681145448f88
tree3775dc0a402f7da5247aa8ceb92ae89590038199
parent97f2025153499faa17267a0d4e18c7afaf73f39d
tracing/events: move the ftrace event tracing code to core

This patch moves the ftrace creation into include/trace/ftrace.h and
simplifies the work of developers in adding new tracepoints.
Just the act of creating the trace points in include/trace and including
define_trace.h will create the events in the debugfs/tracing/events
directory.

This patch removes the need of include/trace/trace_events.h

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/define_trace.h
include/trace/ftrace.h [moved from kernel/trace/trace_events_stage_3.h with 58% similarity]
include/trace/trace_events.h [deleted file]
kernel/trace/Makefile
kernel/trace/events.c [deleted file]
kernel/trace/trace_events_stage_1.h [deleted file]
kernel/trace/trace_events_stage_2.h [deleted file]