Searched refs:current_trace (Results 1 – 6 of 6) sorted by relevance
835 if (tracer_uses_snapshot(tr->current_trace)) { in tracing_snapshot_instance_cond()1078 if (tracer_uses_snapshot(tr->current_trace)) in tracing_snapshot_cond_enable()1617 WARN_ON_ONCE(tr->current_trace != &nop_trace); in update_max_tr()1663 WARN_ON_ONCE(tr->current_trace != &nop_trace); in update_max_tr_single()1759 struct tracer *saved_tracer = tr->current_trace; in run_tracer_selftest()1788 tr->current_trace = type; in run_tracer_selftest()1805 tr->current_trace = saved_tracer; in run_tracer_selftest()3234 if (unlikely(tr->current_trace != iter->trace)) { in s_start()3238 iter->trace = tr->current_trace; in s_start()3933 iter->trace = tr->current_trace; in __tracing_open()[all …]
541 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed()
329 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed()
466 if (tr->current_trace != &function_trace) in func_set_flag()
1680 if (tr->current_trace != &graph_trace) in func_graph_set_flag()
402 struct tracer *current_trace; member