From: Steven Rostedt Date: Mon, 13 Apr 2009 16:25:37 +0000 (-0400) Subject: tracing/events: move the ftrace event tracing code to core X-Git-Tag: v2.6.31-rc1~401^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42c85e74faa422cf0bc747ed808681145448f88;p=pandora-kernel.git 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 --- Reading git-diff-tree failed