tracing: move print of event format to separate file
commit33b0c229e3abeae00493ed1d6f0b07191977a0a2
authorSteven Rostedt <srostedt@redhat.com>
Thu, 5 Mar 2009 16:45:43 +0000 (5 11:45 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Fri, 6 Mar 2009 02:46:42 +0000 (5 21:46 -0500)
treef11127408c678be82545f8c949f49f499c3b6f95
parent5e2336a0d47c9661a40cc5ef85135ce1406af6e8
tracing: move print of event format to separate file

Impact: clean up

Move the macro that creates the event format file to a separate header.
This will allow the default ftrace events to use this same macro
to create the formats to read those events.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_events_stage_2.h
kernel/trace/trace_format.h [new file with mode: 0644]