include/trace/trace_events.h
deleted100644 → 0
+0
−7
+0
−1
kernel/trace/events.c
deleted100644 → 0
+0
−15
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch moves the ftrace creation into include/trace/ftrace.h and
simplifies the work of developers in adding new tracepoints.
Just the act of creating the trace points in include/trace and including
define_trace.h will create the events in the debugfs/tracing/events
directory.
This patch removes the need of include/trace/trace_events.h
Signed-off-by:
Steven Rostedt <rostedt@goodmis.org>