ftrace: rename ftrace_match to ftrace_match_records
commit7f24b31b01a271b62346d9df084b029e48612163
authorSteven Rostedt <srostedt@redhat.com>
Fri, 13 Feb 2009 19:37:33 +0000 (13 14:37 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Mon, 16 Feb 2009 21:33:15 +0000 (16 16:33 -0500)
treead611a62206455b128db3032bf1a535207b1d20f
parent265c831cb03d533cbe159af45798ac9fef534260
ftrace: rename ftrace_match to ftrace_match_records

Impact: clean up

ftrace_match is too generic of a name. What it really does is
search all records and matches the records with the given string,
and either sets or unsets the functions to be traced depending
on if the parameter 'enable' is set or not.

This allows us to make another function called ftrace_match that
can be used to test a single record.

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