Skip to content
  • Steven Rostedt's avatar
    ftrace: Decouple hash items from showing filtered functions · 69a3083c
    Steven Rostedt authored
    
    
    The set_ftrace_filter shows "hashed" functions, which are functions
    that are added with operations to them (like traceon and traceoff).
    
    As other subsystems may be able to show what functions they are
    using for function tracing, the hash items should no longer
    be shown just because the FILTER flag is set. As they have nothing
    to do with other subsystems filters.
    
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    69a3083c