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; in stop_trace()
19 if (stop_tracing) { in stop_trace()
27 stop_tracing = 1;
379 stopped = osnoise_trace_is_off(tool, tool->record) && !stop_tracing;
411 while (!stop_tracing) {
432 if (stop_tracing)
465 while (!stop_tracing) {
480 if (stop_tracing)
11 int stop_tracing; global() variable
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.h58 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.c152 if (stop_tracing) in timerlat_enable()
H A Dtimerlat_hist.c1053 while (!stop_tracing) {
1056 if (!stop_tracing) {
H A Dosnoise.c1152 if (stop_tracing) in osnoise_apply_config()
H A Dtimerlat_top.c809 while (!stop_tracing) { in timerlat_top_apply_config()
/linux/kernel/trace/
H A Dtrace_osnoise.c339 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */ member
351 .stop_tracing = 0,
1476 stop_in = osnoise_data.stop_tracing * NSEC_PER_USEC; in run_osnoise()
1532 if (osnoise_data.stop_tracing) in run_osnoise()
1800 if (osnoise_data.stop_tracing) { in timerlat_irq()
1801 if (time_to_us(diff) >= osnoise_data.stop_tracing) { in timerlat_irq()
1810 if (osnoise_data.stop_tracing <= osnoise_data.print_stack) { in timerlat_irq()
2650 .val = &osnoise_data.stop_tracing,