Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/trace/
Dtrace_selftest.c413 tracing_stop(); in trace_selftest_startup_dynamic_tracing()
719 tracing_stop(); in trace_selftest_startup_function()
833 tracing_stop(); in trace_selftest_startup_function_graph()
881 tracing_stop(); in trace_selftest_startup_function_graph()
944 tracing_stop(); in trace_selftest_startup_irqsoff()
1006 tracing_stop(); in trace_selftest_startup_preemptoff()
1072 tracing_stop(); in trace_selftest_startup_preemptirqsoff()
1102 tracing_stop(); in trace_selftest_startup_preemptirqsoff()
1232 tracing_stop(); in trace_selftest_startup_wakeup()
1273 tracing_stop(); in trace_selftest_startup_branch()
Dtrace.c2351 void tracing_stop(void) in tracing_stop() function
2386 return tracing_stop(); in tracing_stop_tr()
/linux-5.19.10/include/linux/
Dkernel.h328 extern void tracing_stop(void);
465 static inline void tracing_stop(void) { } in tracing_stop() function