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

/linux-4.1.27/include/linux/
H A Dkernel.h518 * tracing_on/tracing_off and tracing_start()/tracing_stop
520 * Use tracing_on/tracing_off when you want to quickly turn on or off
522 * This also corresponds to the user space /sys/kernel/debug/tracing/tracing_on
525 * From user space, examine the trace, and then echo 1 > tracing_on
533 * Most likely, you want to use tracing_on/tracing_off.
549 void tracing_on(void);
696 static inline void tracing_on(void) { } tracing_off() function
/linux-4.1.27/kernel/trace/
H A Dtrace_functions.c295 * setting the tracing_on file. But we currently don't care update_traceon_count()
308 tracing_on(); update_traceon_count()
340 tracing_on(); ftrace_traceon()
H A Dtrace_events_trigger.c759 tracing_on(); traceon_trigger()
774 tracing_on(); traceon_count_trigger()
H A Dtrace_selftest.c85 tracing_on();
734 tracing_on(); trace_graph_entry_watchdog()
H A Dtrace.c495 * tracing_on - enable tracing buffers
500 void tracing_on(void) tracing_on() function
504 EXPORT_SYMBOL_GPL(tracing_on); variable
3659 "# echo 0 > tracing_on : quick way to disable tracing\n"
3660 "# echo 1 > tracing_on : quick way to re-enable tracing\n\n"
6668 trace_create_file("tracing_on", 0644, d_tracer, init_tracer_tracefs()
6985 * tracing with echo 1 > tracing_on. ftrace_dump()
H A Dring_buffer.c120 * call tracing_on or tracing_off. Turning off the ring buffers
/linux-4.1.27/kernel/debug/
H A Ddebug_core.c536 tracing_on(); kgdb_cpu_enter()
667 tracing_on(); kgdb_cpu_enter()
/linux-4.1.27/scripts/
H A Danalyze_suspend.py909 os.system('echo 0 > '+tp+'tracing_on')
944 os.system(sysvals.adb+" shell 'echo 0 > "+tp+"tracing_on'")
967 'trace_marker', 'trace_options', 'tracing_on']
2715 os.system('echo 1 > '+tp+'tracing_on')
2741 os.system('echo 0 > '+tp+'tracing_on')
2790 os.system(sysvals.adb+" shell 'echo 1 > "+tp+"tracing_on'")
2813 os.system(sysvals.adb+" shell 'echo 0 > "+tp+"tracing_on'")

Completed in 281 milliseconds