Searched refs:tracing_stop (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/trace/
H A Dtrace_selftest.c380 tracing_stop(); trace_selftest_startup_dynamic_tracing()
679 tracing_stop(); trace_selftest_startup_function()
784 tracing_stop(); trace_selftest_startup_function_graph()
834 * to buffer flipping failure because tracing_stop() trace_selftest_startup_irqsoff()
840 tracing_stop(); trace_selftest_startup_irqsoff()
896 * to buffer flipping failure because tracing_stop() trace_selftest_startup_preemptoff()
902 tracing_stop(); trace_selftest_startup_preemptoff()
962 * to buffer flipping failure because tracing_stop() trace_selftest_startup_preemptirqsoff()
968 tracing_stop(); trace_selftest_startup_preemptirqsoff()
998 tracing_stop(); trace_selftest_startup_preemptirqsoff()
1128 tracing_stop(); trace_selftest_startup_wakeup()
1169 tracing_stop(); trace_selftest_startup_sched_switch()
1201 tracing_stop(); trace_selftest_startup_branch()
H A Dtrace.c1406 * If tracing is enabled but was stopped by tracing_stop,
1478 * tracing_stop - quick stop of the tracer
1483 void tracing_stop(void) tracing_stop() function
1518 return tracing_stop(); tracing_stop_tr()
/linux-4.1.27/include/linux/
H A Dkernel.h518 * tracing_on/tracing_off and tracing_start()/tracing_stop
528 * tracing_stop/tracing_start has slightly more overhead. It is used
556 extern void tracing_stop(void);
693 static inline void tracing_stop(void) { } trace_dump_stack() function

Completed in 107 milliseconds