]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit81de6176caa31067f47e2e0987aaf3909bff766a
tree3775dc0a402f7da5247aa8ceb92ae89590038199
parent12dfeef43bedf757e0db74573d63e9126269489d
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 [new file with mode: 0644]
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]
kernel/trace/trace_events_stage_3.h [deleted file]