Home
last modified time | relevance | path

Searched refs:current_trace (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dtrace.c567 struct tracer *tracer = tr->current_trace; in tracing_snapshot()
1023 WARN_ON_ONCE(tr->current_trace != &nop_trace); in update_max_tr()
1056 WARN_ON_ONCE(tr->current_trace != &nop_trace); in update_max_tr_single()
1096 struct tracer *saved_tracer = tr->current_trace; in run_tracer_selftest()
1111 tr->current_trace = type; in run_tracer_selftest()
1127 tr->current_trace = saved_tracer; in run_tracer_selftest()
2469 if (unlikely(tr->current_trace && iter->trace->name != tr->current_trace->name)) in s_start()
2470 *iter->trace = *tr->current_trace; in s_start()
3074 *iter->trace = *tr->current_trace; in __tracing_open()
3083 if (tr->current_trace->print_max || snapshot) in __tracing_open()
[all …]
Dtrace_sched_wakeup.c178 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed()
Dtrace_irqsoff.c571 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed()
Dtrace.h218 struct tracer *current_trace; member