Lines Matching refs:is_graph
43 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
49 # define is_graph(tr) false macro
169 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set()
171 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set()
225 if (!(is_graph(tr) ^ set)) in wakeup_display_graph()
286 if (is_graph(iter->tr)) in wakeup_trace_open()
306 if (is_graph(iter->tr)) in wakeup_print_line()
314 if (is_graph(wakeup_trace)) in wakeup_print_header()
325 if (is_graph(tr)) in __trace_function()
655 if (start_func_tracer(tr, is_graph(tr))) in start_wakeup_tracer()
668 stop_func_tracer(tr, is_graph(tr)); in stop_wakeup_tracer()