]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Rename ftrace_event.h to trace_events.h
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 29 Apr 2015 18:36:05 +0000 (14:36 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:05:12 +0000 (14:05 -0400)
commitaf658dca221207174fc0a7bcdcd4cff7c589fdd8
tree62c36ef61699bedde9ce4fcc085ccf940a9d80fa
parentee53bbd172571c944bc2d01b4846fc7c49ebd353
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>
14 files changed:
arch/x86/kvm/mmutrace.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
include/linux/trace_events.h [moved from include/linux/ftrace_event.h with 100% similarity]
include/trace/events/power.h
include/trace/syscall.h
include/trace/trace_events.h
kernel/events/core.c
kernel/module.c
kernel/rcu/tiny.c
kernel/rcu/tree.c
kernel/trace/ring_buffer.c
kernel/trace/trace.h
mm/debug.c