mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
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:
parent
2167ae7272
commit
ee53bbd172
3 changed files with 351 additions and 351 deletions
|
@ -88,6 +88,7 @@
|
|||
|
||||
#ifdef CONFIG_EVENT_TRACING
|
||||
#include <trace/trace_events.h>
|
||||
#include <trace/perf.h>
|
||||
#endif
|
||||
|
||||
#undef TRACE_EVENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue