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.c13 volatile int stop_tracing; variable
17 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()
H A Dtimerlat.bpf.c36 } 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()
H A Dcommon.h57 extern volatile int stop_tracing;
H A Dtimerlat_bpf.c139 return bpf_map__update_elem(bpf->maps.stop_tracing, in timerlat_bpf_restart_tracing()
H A Dtimerlat.c153 if (stop_tracing) in timerlat_enable()
H A Dtimerlat_hist.c1062 while (!stop_tracing) { in timerlat_hist_bpf_main_loop()
1065 if (!stop_tracing) { in timerlat_hist_bpf_main_loop()
H A Dosnoise.c1162 if (stop_tracing) in osnoise_enable()
H A Dtimerlat_top.c822 while (!stop_tracing) { in timerlat_top_bpf_main_loop()
/linux/kernel/trace/
H A Dtrace_osnoise.c325 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
336 .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,