linux-stable/kernel/trace
Yuanhan Liu 56355b83e2 tracing: Export trace_set_clr_event()
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: Yuanhan 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: Steven Rostedt <rostedt@goodmis.org>
2011-03-10 10:34:51 -05:00
..
blktrace.c blktrace: Remove blk_fill_rwbs_rq. 2011-03-03 10:53:20 -05:00
ftrace.c ftrace: Fix memory leak with function graph and cpu hotplug 2011-02-11 16:23:33 -05:00
Kconfig
Makefile
power-traces.c
ring_buffer.c tracing: Explain about unstable clock on resume with ring buffer warning 2011-03-10 10:34:47 -05:00
ring_buffer_benchmark.c
trace.c tracing: Remove lock_depth from event entry 2011-03-10 10:31:48 -05:00
trace.h tracing: Add an 'overwrite' trace_option. 2011-03-09 13:52:27 -05:00
trace_branch.c
trace_clock.c
trace_entries.h tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup 2011-03-10 10:34:16 -05:00
trace_event_perf.c
trace_events.c tracing: Export trace_set_clr_event() 2011-03-10 10:34:51 -05:00
trace_events_filter.c tracing/filter: Remove synchronize_sched() from __alloc_preds() 2011-02-07 20:56:20 -05:00
trace_export.c tracing: Replace trace_event struct array with pointer array 2011-02-02 21:37:13 -05:00
trace_functions.c
trace_functions_graph.c
trace_irqsoff.c lockdep: Move early boot local IRQ enable/disable status to init/main.c 2011-01-20 13:32:33 +01:00
trace_kdb.c
trace_kprobe.c tracing/kprobe: Fix NULL pointer deref check 2011-02-14 12:09:53 +01:00
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: Adjust conditional expression latency formatting. 2011-03-10 10:34:35 -05:00
trace_output.h
trace_printk.c
trace_sched_switch.c tracing: Remove obsolete sched_switch tracer 2011-02-08 17:14:56 -05:00
trace_sched_wakeup.c
trace_selftest.c
trace_selftest_dynamic.c
trace_stack.c
trace_stat.c
trace_stat.h
trace_syscalls.c tracing/syscalls: Early terminate search for sys_ni_syscall 2011-02-07 21:30:14 -05:00
trace_workqueue.c