]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/trace/ftrace.c
ftrace: rename _hook to _probe
authorSteven Rostedt <srostedt@redhat.com>
Tue, 17 Feb 2009 17:32:04 +0000 (12:32 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Tue, 17 Feb 2009 17:32:04 +0000 (12:32 -0500)
commitb6887d7916e44c1d8913084fb6aa5004d9473f1a
tree3446baa5592ce9ce17abb51ffdf3d89e6b52ef9b
parent6a24a244cd3a02d5b290293c32fcf2c6e92b4235
ftrace: rename _hook to _probe

Impact: clean up

Ingo Molnar did not like the _hook naming convention used by the
select function tracer. Luis Claudio R. Goncalves suggested using
the "_probe" extension. This patch implements the change of
calling the functions and variables "_hook" and replacing them
with "_probe".

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
include/linux/ftrace.h
kernel/trace/ftrace.c
kernel/trace/trace_functions.c