tracing: Move the perf code out of trace_event.h

The trace_event.h file is for the generic trace event code. Move
the perf related code into its own trace header file perf.h

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Steven Rostedt (Red Hat) 2015-04-29 13:11:00 -04:00 committed by Steven Rostedt
parent 2167ae7272
commit ee53bbd172
3 changed files with 351 additions and 351 deletions

View file

@ -88,6 +88,7 @@
#ifdef CONFIG_EVENT_TRACING
#include <trace/trace_events.h>
#include <trace/perf.h>
#endif
#undef TRACE_EVENT