From: Steven Rostedt Date: Fri, 27 Feb 2009 22:36:06 +0000 (-0500) Subject: tracing: move trace point formats to files in include/trace directory X-Git-Tag: v2.6.30-rc1~2^2~75^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb594e45f6979cd10b18d87f7b3f02119e00a108;p=pandora-kernel.git tracing: move trace point formats to files in include/trace directory Impact: clean up To further facilitate the ease of adding trace points for developers, this patch creates include/trace/trace_events.h and include/trace/trace_event_types.h. The former file will hold the trace/.h files and the latter will hold the trace/_event_types.h files. To create new tracepoints and to have them automatically appear in the event tracer, a developer makes the trace/.h file which includes and the trace/_event_types.h file. The trace/_event_types.h file will hold the TRACE_FORMAT macros. Then add the trace/.h file to trace/trace_events.h, and add the trace/_event_types.h to the trace_event_types.h file. No need to modify files elsewhere. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed