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.c667 static int stop_tracing; variable
670 stop_tracing = 1; in stop_top()
768 if (stop_tracing) in osnoise_top_main()
787 while (!stop_tracing) { in osnoise_top_main()
H A Dosnoise_hist.c834 static int stop_tracing; variable
837 stop_tracing = 1; in stop_hist()
940 if (stop_tracing) in osnoise_hist_main()
959 while (!stop_tracing) { in osnoise_hist_main()
H A Dtimerlat_hist.c1124 static int stop_tracing; variable
1127 stop_tracing = 1; in stop_hist()
1264 if (stop_tracing) in timerlat_hist_main()
1284 while (!stop_tracing) { in timerlat_hist_main()
H A Dtimerlat_top.c893 static int stop_tracing; variable
896 stop_tracing = 1; in stop_top()
1061 while (!stop_tracing) { in timerlat_top_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,
1477 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()
1533 if (osnoise_data.stop_tracing) in run_osnoise()
1803 if (osnoise_data.stop_tracing) { in timerlat_irq()
1804 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()
1813 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()
2649 .val = &osnoise_data.stop_tracing,