Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c36 } stop_tracing SEC(".maps");
117 map_set(&stop_tracing, 0, 1); in set_stop_tracing()
129 if (map_get(&stop_tracing, 0)) 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_hist.c1146 static int stop_tracing; variable
1150 if (stop_tracing) { in stop_hist()
1158 stop_tracing = 1; in stop_hist()
1347 if (stop_tracing) in timerlat_hist_main()
1376 while (!stop_tracing) { in timerlat_hist_main()
1414 while (!stop_tracing) { in timerlat_hist_main()
1417 if (!stop_tracing) { in timerlat_hist_main()
1455 if (osnoise_trace_is_off(tool, record) && !stop_tracing) { in timerlat_hist_main()
H A Dtimerlat_top.c885 static int stop_tracing; variable
889 if (stop_tracing) { in stop_top()
897 stop_tracing = 1; in stop_top()
928 while (!stop_tracing) { in timerlat_top_main_loop()
994 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
1257 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_bpf.c117 return bpf_map__update_elem(bpf->maps.stop_tracing, in timerlat_bpf_restart_tracing()
/linux/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()
2613 .val = &osnoise_data.stop_tracing,