Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_irqsoff.c65 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
71 # define is_graph(tr) false macro
160 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph()
221 if (is_graph(iter->tr)) in irqsoff_trace_open()
243 if (is_graph(iter->tr)) in irqsoff_print_line()
253 if (is_graph(tr)) in irqsoff_print_header()
264 if (is_graph(tr)) in __trace_function()
499 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set()
501 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set()
574 is_graph(tr)))) in __irqsoff_tracer_init()
[all …]
Dtrace_sched_wakeup.c43 # 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()
[all …]
/Linux-v4.19/sound/soc/sh/rcar/
Dcore.c1008 int *is_graph) in rsnd_dai_of_node() argument
1015 *is_graph = 0; in rsnd_dai_of_node()
1036 *is_graph = 1; in rsnd_dai_of_node()
1123 int is_graph; in rsnd_dai_probe() local
1126 dai_node = rsnd_dai_of_node(priv, &is_graph); in rsnd_dai_probe()
1127 if (is_graph) in rsnd_dai_probe()
1148 if (is_graph) { in rsnd_dai_probe()