Skip to content
  • Yuanhan Liu's avatar
    tracing: Export trace_set_clr_event() · 56355b83
    Yuanhan Liu authored
    
    
    Trace events belonging to a module only exists when the module is
    loaded. Well, we can use trace_set_clr_event funtion to enable some
    trace event at the module init routine, so that we will not miss
    something while loading then module.
    
    So, Export the trace_set_clr_event function so that module can use it.
    
    Signed-off-by: default avatarYuanhan Liu <yuanhan.liu@linux.intel.com>
    LKML-Reference: <1289196312-25323-1-git-send-email-yuanhan.liu@linux.intel.com>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    56355b83