commit | f42c85e74faa422cf0bc747ed808681145448f88 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Apr 13 12:25:37 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Apr 14 12:57:59 2009 -0400 |
tree | 3775dc0a402f7da5247aa8ceb92ae89590038199 | |
parent | 97f2025153499faa17267a0d4e18c7afaf73f39d [diff] |
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>