Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c44 int stop_tracing; variable
112 stop_tracing = 1; in set_stop_tracing()
124 if (stop_tracing) in handle_timerlat_sample()
H A Dosnoise_top.c574 static int stop_tracing; variable
577 stop_tracing = 1; in stop_top()
675 if (stop_tracing) in osnoise_top_main()
694 while (!stop_tracing) { in osnoise_top_main()
H A Dtimerlat_top.c848 static int stop_tracing; variable
852 if (stop_tracing) { in stop_top()
860 stop_tracing = 1; in stop_top()
890 while (!stop_tracing) { in timerlat_top_main_loop()
956 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
1202 if (osnoise_trace_is_off(top, record) && !stop_tracing) { in timerlat_top_main()
H A Dosnoise_hist.c745 static int stop_tracing; variable
748 stop_tracing = 1; in stop_hist()
851 if (stop_tracing) in osnoise_hist_main()
870 while (!stop_tracing) { in osnoise_hist_main()
H A Dtimerlat_hist.c1109 static int stop_tracing; variable
1113 if (stop_tracing) { in stop_hist()
1121 stop_tracing = 1; in stop_hist()
1308 if (stop_tracing) in timerlat_hist_main()
1337 while (!stop_tracing) { in timerlat_hist_main()
1383 if (osnoise_trace_is_off(tool, record) && !stop_tracing) { in timerlat_hist_main()
/linux-6.15/kernel/trace/
H A Dtrace_osnoise.c324 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
335 .stop_tracing = 0,
1459 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()
1515 if (osnoise_data.stop_tracing) in run_osnoise()
1783 if (osnoise_data.stop_tracing) { in timerlat_irq()
1784 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()
1793 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()
2612 .val = &osnoise_data.stop_tracing,