Searched refs:stop_tracing (Results 1 – 9 of 9) sorted by relevance
14 volatile int stop_tracing; variable19 if (stop_tracing) { in stop_trace()28 stop_tracing = 1; in stop_trace()274 stopped = osnoise_trace_is_off(tool, tool->record) && !stop_tracing; in run_tool()306 while (!stop_tracing) { in top_main_loop()327 if (stop_tracing) in top_main_loop()360 while (!stop_tracing) { in hist_main_loop()375 if (stop_tracing) in hist_main_loop()
36 } stop_tracing SEC(".maps");128 map_set(&stop_tracing, 0, 1); in handle_timerlat_sample() 146 if (map_get(&stop_tracing, 0)) in handle_timerlat_sample()
64 extern volatile int stop_tracing;
139 return bpf_map__update_elem(bpf->maps.stop_tracing, in get_value()
172 if (stop_tracing) in timerlat_enable()
738 while (!stop_tracing) { in timerlat_hist_usage() 741 if (!stop_tracing) { in timerlat_hist_usage()
526 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
1303 if (stop_tracing)
358 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member370 .stop_tracing = 0,1487 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()1543 if (osnoise_data.stop_tracing) in run_osnoise()1811 if (osnoise_data.stop_tracing) { in timerlat_irq()1812 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()1821 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()2664 .val = &osnoise_data.stop_tracing,