Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise_top.c643 static int stop_tracing; variable
646 stop_tracing = 1; in stop_top()
738 while (!stop_tracing) { in osnoise_top_main()
H A Dtimerlat_top.c734 static int stop_tracing; variable
737 stop_tracing = 1; in stop_top()
891 while (!stop_tracing) { in timerlat_top_main()
H A Dosnoise_hist.c804 static int stop_tracing; variable
807 stop_tracing = 1; in stop_hist()
905 while (!stop_tracing) { in osnoise_hist_main()
H A Dtimerlat_hist.c924 static int stop_tracing; variable
927 stop_tracing = 1; in stop_hist()
1071 while (!stop_tracing) { in timerlat_hist_main()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_osnoise.c345 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
356 .stop_tracing = 0,
1471 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()
1527 if (osnoise_data.stop_tracing) in run_osnoise()
1795 if (osnoise_data.stop_tracing) { in timerlat_irq()
1796 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()
1799 * At this point, if stop_tracing is set and <= print_stack, in timerlat_irq()
1805 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()
2627 .val = &osnoise_data.stop_tracing,

Completed in 8 milliseconds