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)
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>

No differences found