Searched refs:stop_tracing (Results 1 – 7 of 7) sorted by relevance
36 } 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()
574 static int stop_tracing; variable577 stop_tracing = 1; in stop_top()675 if (stop_tracing) in osnoise_top_main()694 while (!stop_tracing) { in osnoise_top_main()
1146 static int stop_tracing; variable1150 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()
885 static int stop_tracing; variable889 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()
745 static int stop_tracing; variable748 stop_tracing = 1; in stop_hist()851 if (stop_tracing) in osnoise_hist_main()870 while (!stop_tracing) { in osnoise_hist_main()
117 return bpf_map__update_elem(bpf->maps.stop_tracing, in timerlat_bpf_restart_tracing()
324 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member335 .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,