include/linux/ftrace_event.h
0 → 100644
+146
−0
+1
−119
+0
−14
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
In preparation to allowing trace events to happen in modules, we need
to move some of the local declarations in the kernel/trace directory
into include/linux.
This patch simply moves the declarations and performs no context changes.
Signed-off-by:
Steven Rostedt <rostedt@goodmis.org>