Searched refs:current_trace (Results 1 – 6 of 6) sorted by relevance
1291 struct tracer *saved_tracer = tr->current_trace; in run_tracer_selftest()1320 tr->current_trace = type; in run_tracer_selftest()1337 tr->current_trace = saved_tracer; in run_tracer_selftest()2763 if (unlikely(tr->current_trace != iter->trace)) { in s_start()2767 iter->trace = tr->current_trace; in s_start()3407 iter->trace = tr->current_trace; in __tracing_open()3416 if (tr->current_trace->print_max || snapshot) in __tracing_open()3624 if (tr->current_trace->print_max) in tracing_open()3994 if (tr->current_trace->flag_changed) in set_tracer_flag()3995 if (tr->current_trace->flag_changed(tr, mask, !!enabled)) in set_tracer_flag()[all …]
541 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed()
329 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed()
462 if (tr->current_trace != &function_trace) in func_set_flag()
1687 if (tr->current_trace != &graph_trace) in func_graph_set_flag()
404 struct tracer *current_trace; member