Home
last modified time | relevance | path

Searched refs:is_graph (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_irqsoff.c61 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
67 # define is_graph(tr) false macro
156 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph()
205 if (is_graph(iter->tr)) in irqsoff_trace_open()
227 if (is_graph(iter->tr)) in irqsoff_print_line()
237 if (is_graph(tr)) in irqsoff_print_header()
248 if (is_graph(tr)) in __trace_function()
559 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set()
561 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set()
635 is_graph(tr)))) in __irqsoff_tracer_init()
[all …]
Dtrace_sched_wakeup.c42 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
48 # define is_graph(tr) false macro
168 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set()
170 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set()
224 if (!(is_graph(tr) ^ set)) in wakeup_display_graph()
273 if (is_graph(iter->tr)) in wakeup_trace_open()
293 if (is_graph(iter->tr)) in wakeup_print_line()
301 if (is_graph(wakeup_trace)) in wakeup_print_header()
312 if (is_graph(tr)) in __trace_function()
642 if (start_func_tracer(tr, is_graph(tr))) in start_wakeup_tracer()
[all …]