Searched refs:is_graph (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_irqsoff.c | 66 # 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() 248 if (is_graph(iter->tr)) in irqsoff_trace_open() 269 if (is_graph(iter->tr)) in irqsoff_print_line() 279 if (is_graph(tr)) in irqsoff_print_header() 290 if (is_graph(tr)) in __trace_function() 522 register_irqsoff_function(tr, is_graph(tr), 1); in irqsoff_function_set() 524 unregister_irqsoff_function(tr, is_graph(tr)); in irqsoff_function_set() 599 is_graph(tr)))) in __irqsoff_tracer_init() [all …]
|
| H A D | trace_sched_wakeup.c | 44 # 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() 185 if (is_graph(iter->tr)) in wakeup_trace_open() 208 if (is_graph(iter->tr)) in wakeup_print_line() 216 if (is_graph(wakeup_trace)) in wakeup_print_header() 284 register_wakeup_function(tr, is_graph(tr), 1); in wakeup_function_set() 286 unregister_wakeup_function(tr, is_graph(tr)); in wakeup_function_set() 321 if (is_graph(tr)) in __trace_function() 655 if (start_func_tracer(tr, is_graph(tr))) in start_wakeup_tracer() [all …]
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | core.c | 1356 static int rsnd_dai_of_node(struct rsnd_priv *priv, int *is_graph) 1364 *is_graph = 0; 1412 *is_graph = 1; in __rsnd_dai_probe() 1586 int is_graph; in rsnd_hw_params() 1589 nr = rsnd_dai_of_node(priv, &is_graph); in rsnd_hw_params() 1611 if (is_graph) { in rsnd_hw_params() 1235 rsnd_dai_of_node(struct rsnd_priv * priv,int * is_graph) rsnd_dai_of_node() argument 1465 int is_graph; rsnd_dai_probe() local
|