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

/linux-master/kernel/trace/
H A Dtrace_irqsoff.c66 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
72 # define is_graph(tr) false macro
164 if (!(is_graph(tr) ^ set))
232 if (is_graph(iter->tr))
255 if (is_graph(iter->tr))
265 if (is_graph(tr))
276 if (is_graph(tr))
495 register_irqsoff_function(tr, is_graph(tr), 1);
497 unregister_irqsoff_function(tr, is_graph(tr));
572 is_graph(t
[all...]
H A Dtrace_sched_wakeup.c44 # define is_graph(tr) ((tr)->trace_flags & TRACE_ITER_DISPLAY_GRAPH) macro
46 # define is_graph(tr) false macro
104 if (!(is_graph(tr) ^ set))
169 if (is_graph(iter->tr))
194 if (is_graph(iter->tr))
202 if (is_graph(wakeup_trace))
270 register_wakeup_function(tr, is_graph(tr), 1);
272 unregister_wakeup_function(tr, is_graph(tr));
307 if (is_graph(tr))
645 if (start_func_tracer(tr, is_graph(t
[all...]
/linux-master/sound/soc/sh/rcar/
H A Dcore.c1253 static int rsnd_dai_of_node(struct rsnd_priv *priv, int *is_graph) argument
1261 *is_graph = 0;
1311 *is_graph = 1;
1485 int is_graph; local
1488 nr = rsnd_dai_of_node(priv, &is_graph);
1505 if (is_graph) {

Completed in 122 milliseconds