Home
last modified time | relevance | path

Searched refs:stop_tracing (Results 1 – 5 of 5) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c668 static int stop_tracing; variable
671 stop_tracing = 1; in stop_top()
769 if (stop_tracing) in osnoise_top_main()
788 while (!stop_tracing) { in osnoise_top_main()
H A Dtimerlat_top.c906 static int stop_tracing; variable
910 if (stop_tracing) { in stop_top()
918 stop_tracing = 1; in stop_top()
1115 while (!stop_tracing) { in timerlat_top_main()
1156 if (osnoise_trace_is_off(top, record) && !stop_tracing) { in timerlat_top_main()
H A Dosnoise_hist.c835 static int stop_tracing; variable
838 stop_tracing = 1; in stop_hist()
941 if (stop_tracing) in osnoise_hist_main()
960 while (!stop_tracing) { in osnoise_hist_main()
H A Dtimerlat_hist.c1152 static int stop_tracing; variable
1156 if (stop_tracing) { in stop_hist()
1164 stop_tracing = 1; in stop_hist()
1332 if (stop_tracing) in timerlat_hist_main()
1352 while (!stop_tracing) { in timerlat_hist_main()
1387 if (osnoise_trace_is_off(tool, record) && !stop_tracing) { in timerlat_hist_main()
/linux/kernel/trace/
H A Dtrace_osnoise.c351 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
362 .stop_tracing = 0,
1482 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()
1538 if (osnoise_data.stop_tracing) in run_osnoise()
1808 if (osnoise_data.stop_tracing) { in timerlat_irq()
1809 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()
1818 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()
2640 .val = &osnoise_data.stop_tracing,