Searched refs:stop_tracing (Results 1 – 4 of 4) 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; variable 577 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; 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()
117 return bpf_map__update_elem(bpf->maps.stop_tracing, in timerlat_bpf_restart_tracing()