Searched refs:stop_tracing (Results 1 – 9 of 9) sorted by relevance
13 volatile int stop_tracing; variable17 if (stop_tracing) { in stop_trace()25 stop_tracing = 1; in stop_trace()300 stopped = osnoise_trace_is_off(tool, tool->record) && !stop_tracing; in run_tool()330 while (!stop_tracing) { in top_main_loop()351 if (stop_tracing) in top_main_loop()387 while (!stop_tracing) { in hist_main_loop()402 if (stop_tracing) in hist_main_loop()
36 } stop_tracing SEC(".maps");128 map_set(&stop_tracing, 0, 1); in set_stop_tracing()146 if (map_get(&stop_tracing, 0)) in handle_timerlat_sample()
57 extern volatile int stop_tracing;
139 return bpf_map__update_elem(bpf->maps.stop_tracing, in timerlat_bpf_restart_tracing()
153 if (stop_tracing) in timerlat_enable()
1062 while (!stop_tracing) { in timerlat_hist_bpf_main_loop()1065 if (!stop_tracing) { in timerlat_hist_bpf_main_loop()
1162 if (stop_tracing) in osnoise_enable()
822 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
325 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member336 .stop_tracing = 0,1460 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()1516 if (osnoise_data.stop_tracing) in run_osnoise()1784 if (osnoise_data.stop_tracing) { in timerlat_irq()1785 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()1794 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()2614 .val = &osnoise_data.stop_tracing,