Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
161 if (!(is_graph(tr) ^ set)) in irqsoff_display_graph()
229 if (is_graph(iter->tr)) in irqsoff_trace_open()
252 if (is_graph(iter->tr)) in irqsoff_print_line()
262 if (is_graph(tr)) in irqsoff_print_header()
273 if (is_graph(tr)) in __trace_function()
501 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set()
503 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set()
578 is_graph(t in __irqsoff_tracer_init()
[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)) in wakeup_display_graph()
172 if (is_graph(iter->tr)) in wakeup_trace_open()
197 if (is_graph(iter->tr)) in wakeup_print_line()
205 if (is_graph(wakeup_trace)) in wakeup_print_header()
273 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set()
275 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set()
310 if (is_graph(tr)) in __trace_function()
649 if (start_func_tracer(tr, is_graph(t in start_wakeup_tracer()
[all...]
/kernel/linux/linux-6.6/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)) in irqsoff_display_graph()
232 if (is_graph(iter->tr)) in irqsoff_trace_open()
255 if (is_graph(iter->tr)) in irqsoff_print_line()
265 if (is_graph(tr)) in irqsoff_print_header()
276 if (is_graph(tr)) in __trace_function()
495 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set()
497 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set()
572 is_graph(t in __irqsoff_tracer_init()
[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)) in wakeup_display_graph()
169 if (is_graph(iter->tr)) in wakeup_trace_open()
194 if (is_graph(iter->tr)) in wakeup_print_line()
202 if (is_graph(wakeup_trace)) in wakeup_print_header()
270 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set()
272 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set()
307 if (is_graph(tr)) in __trace_function()
645 if (start_func_tracer(tr, is_graph(t in start_wakeup_tracer()
[all...]
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H A Dcore.c1163 int *is_graph) in rsnd_dai_of_node()
1170 *is_graph = 0; in rsnd_dai_of_node()
1191 *is_graph = 1; in rsnd_dai_of_node()
1340 int is_graph; in rsnd_dai_probe() local
1343 dai_node = rsnd_dai_of_node(priv, &is_graph); in rsnd_dai_probe()
1344 if (is_graph) in rsnd_dai_probe()
1365 if (is_graph) { in rsnd_dai_probe()
1162 rsnd_dai_of_node(struct rsnd_priv *priv, int *is_graph) rsnd_dai_of_node() argument
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Dcore.c1252 static int rsnd_dai_of_node(struct rsnd_priv *priv, int *is_graph) in rsnd_dai_of_node() argument
1260 *is_graph = 0; in rsnd_dai_of_node()
1311 *is_graph = 1; in rsnd_dai_of_node()
1485 int is_graph; in rsnd_dai_probe() local
1488 nr = rsnd_dai_of_node(priv, &is_graph); in rsnd_dai_probe()
1505 if (is_graph) { in rsnd_dai_probe()

Completed in 10 milliseconds