Skip to content
  • Steven Rostedt's avatar
    ftrace: rename ftrace_match to ftrace_match_records · 7f24b31b
    Steven Rostedt authored
    
    
    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: default avatarSteven Rostedt <srostedt@redhat.com>
    7f24b31b