Home
last modified time | relevance | path

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