Searched refs:tracing_on (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dtrace_functions.c253 tracing_on();
H A Dtrace_selftest.c85 tracing_on();
H A Dring_buffer.c119 * call tracing_on or tracing_off. Turning off the ring buffers
161 * tracing_on - enable all tracing buffers
166 void tracing_on(void) function
170 EXPORT_SYMBOL_GPL(tracing_on); variable
3973 trace_create_file("tracing_on", 0644, d_tracer,
H A Dtrace.c4525 tracing_on();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dtrace_functions.c253 tracing_on();
H A Dtrace_selftest.c85 tracing_on();
H A Dring_buffer.c119 * call tracing_on or tracing_off. Turning off the ring buffers
161 * tracing_on - enable all tracing buffers
166 void tracing_on(void) function
170 EXPORT_SYMBOL_GPL(tracing_on); variable
3973 trace_create_file("tracing_on", 0644, d_tracer,
H A Dtrace.c4525 tracing_on();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/debug/
H A Ddebug_core.c524 tracing_on();
659 tracing_on();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dkernel.h494 * tracing_on/tracing_off and tracing_start()/tracing_stop
496 * Use tracing_on/tracing_off when you want to quickly turn on or off
498 * This also corresponds to the user space /sys/kernel/debug/tracing/tracing_on
501 * From user space, examine the trace, and then echo 1 > tracing_on
509 * Most likely, you want to use tracing_on/tracing_off.
512 void tracing_on(void);
518 static inline void tracing_on(void) { } function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/debug/
H A Ddebug_core.c524 tracing_on();
659 tracing_on();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dkernel.h494 * tracing_on/tracing_off and tracing_start()/tracing_stop
496 * Use tracing_on/tracing_off when you want to quickly turn on or off
498 * This also corresponds to the user space /sys/kernel/debug/tracing/tracing_on
501 * From user space, examine the trace, and then echo 1 > tracing_on
509 * Most likely, you want to use tracing_on/tracing_off.
512 void tracing_on(void);
518 static inline void tracing_on(void) { } function

Completed in 235 milliseconds