Home
last modified time | relevance | path

Searched refs:stop_tracing (Results 1 – 9 of 9) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dcommon.c14 volatile int stop_tracing; variable
19 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()
H A Dtimerlat.bpf.c36 } 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()
H A Dcommon.h64 extern volatile int stop_tracing;
H A Dtimerlat_bpf.c139 return bpf_map__update_elem(bpf->maps.stop_tracing, in get_value()
H A Dtimerlat.c172 if (stop_tracing) in timerlat_enable()
H A Dtimerlat_hist.c738 while (!stop_tracing) { in timerlat_hist_usage()
741 if (!stop_tracing) { in timerlat_hist_usage()
H A Dtimerlat_top.c526 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
H A Dosnoise.c1303 if (stop_tracing)
/linux/kernel/trace/
H A Dtrace_osnoise.c358 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
370 .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,