Lines Matching refs:func
146 if (ftrace_graph_notrace_addr(trace->func)) { in trace_graph_entry()
194 .func = ip, in __trace_graph_function()
198 .func = ip, in __trace_graph_function()
478 curr->graph_ent.func != next->ret.func) in get_return_for_leaf()
666 trace_seq_printf(s, "%ps();\n", (void *)call->func); in print_graph_entry_leaf()
668 print_graph_irq(iter, graph_ret->func, TRACE_GRAPH_RET, in print_graph_entry_leaf()
694 cpu_data->enter_funcs[call->depth] = call->func; in print_graph_entry_nested()
704 trace_seq_printf(s, "%ps() {\n", (void *)call->func); in print_graph_entry_nested()
872 if (check_irq_entry(iter, flags, call->func, call->depth)) in print_graph_entry()
875 print_graph_prologue(iter, s, TRACE_GRAPH_ENT, call->func, flags); in print_graph_entry()
929 if (cpu_data->enter_funcs[trace->depth] != trace->func) in print_graph_return()
954 trace_seq_printf(s, "} /* %ps */\n", (void *)trace->func); in print_graph_return()
961 print_graph_irq(iter, trace->func, TRACE_GRAPH_RET, in print_graph_return()