Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c382 tracing_stop(); in trace_selftest_startup_dynamic_tracing()
686 tracing_stop(); in trace_selftest_startup_function()
795 tracing_stop(); in trace_selftest_startup_function_graph()
854 tracing_stop(); in trace_selftest_startup_irqsoff()
916 tracing_stop(); in trace_selftest_startup_preemptoff()
982 tracing_stop(); in trace_selftest_startup_preemptirqsoff()
1012 tracing_stop(); in trace_selftest_startup_preemptirqsoff()
1142 tracing_stop(); in trace_selftest_startup_wakeup()
1183 tracing_stop(); in trace_selftest_startup_branch()
H A Dtrace.c2361 void tracing_stop(void) in tracing_stop() function
2396 return tracing_stop(); in tracing_stop_tr()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h682 extern void tracing_stop(void);
819 static inline void tracing_stop(void) { } in tracing_stop() function