Skip to content
  • Steven Rostedt's avatar
    ftrace: Modify ftrace_set_filter/notrace to take ops · 936e074b
    Steven Rostedt authored
    
    
    Since users of the function tracer can now pick and choose which
    functions they want to trace agnostically from other users of the
    function tracer, we need to pass the ops struct to the ftrace_set_filter()
    functions.
    
    The functions ftrace_set_global_filter() and ftrace_set_global_notrace()
    is added to keep the old filter functions which are used to modify
    the generic function tracers.
    
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    936e074b