Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_irqsoff.c75 #define is_graph() (tracer_flags.val & TRACE_DISPLAY_GRAPH) macro
163 if (!(is_graph() ^ set)) in irqsoff_set_flag()
212 if (is_graph()) in irqsoff_trace_open()
234 if (is_graph()) in irqsoff_print_line()
242 if (is_graph()) in irqsoff_print_header()
253 if (is_graph()) in __trace_function()
562 register_irqsoff_function(tr, is_graph(), 1); in irqsoff_function_set()
564 unregister_irqsoff_function(tr, is_graph()); in irqsoff_function_set()
621 is_graph()))) in __irqsoff_tracer_init()
633 stop_irqsoff_tracer(tr, is_graph()); in irqsoff_tracer_reset()
Dtrace_sched_wakeup.c58 #define is_graph() (tracer_flags.val & TRACE_DISPLAY_GRAPH) macro
169 register_wakeup_function(tr, is_graph(), 1); in wakeup_function_set()
171 unregister_wakeup_function(tr, is_graph()); in wakeup_function_set()
213 if (!(is_graph() ^ set)) in wakeup_set_flag()
262 if (is_graph()) in wakeup_trace_open()
282 if (is_graph()) in wakeup_print_line()
290 if (is_graph()) in wakeup_print_header()
301 if (is_graph()) in __trace_function()
638 if (start_func_tracer(tr, is_graph())) in start_wakeup_tracer()
651 stop_func_tracer(tr, is_graph()); in stop_wakeup_tracer()