Skip to content
  • Steven Rostedt's avatar
    tracing: Remove unused function unregister_tracer() · c7b84eca
    Steven Rostedt authored
    
    
    The function register_tracer() is only used by kernel core code,
    that never needs to remove the tracer. As trace_events have become
    the main way to add new tracing to the kernel, the need to
    unregister a tracer has diminished. Remove the unused function
    unregister_tracer(). If a need arises where we need it, then we
    can always add it back.
    
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    c7b84eca