Commit ee53bbd1 authored by Steven Rostedt (Red Hat)'s avatar Steven Rostedt (Red Hat) Committed by Steven Rostedt

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: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 2167ae72
......@@ -88,6 +88,7 @@
#ifdef CONFIG_EVENT_TRACING
#include <trace/trace_events.h>
#include <trace/perf.h>
#endif
#undef TRACE_EVENT
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment