1
0

tracing: Rename ftrace_event.h to trace_events.h

The term "ftrace" is really the infrastructure of the function hooks,
and not the trace events. Rename ftrace_event.h to trace_events.h to
represent the trace_event infrastructure and decouple the term ftrace
from it.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Este cometimento está contido em:
Steven Rostedt (Red Hat)
2015-04-29 14:36:05 -04:00
cometido por Steven Rostedt
ascendente ee53bbd172
cometimento af658dca22
14 ficheiros modificados com 14 adições e 14 eliminações

Ver ficheiro

@@ -7,7 +7,7 @@
#include <linux/ktime.h>
#include <linux/pm_qos.h>
#include <linux/tracepoint.h>
#include <linux/ftrace_event.h>
#include <linux/trace_events.h>
#define TPS(x) tracepoint_string(x)