Lines Matching refs:func
169 entry->graph_ent.func = trace->func; in __trace_graph_retaddr_entry()
219 if (ftrace_graph_notrace_addr(trace->func)) { in graph_entry()
289 .func = ip, in __trace_graph_function()
293 .func = ip, in __trace_graph_function()
650 curr->graph_ent.func != next->ret.func) in get_return_for_leaf()
824 struct ftrace_graph_ret *graph_ret, void *func, in print_graph_retval() argument
859 trace_seq_printf(s, "%ps", func); in print_graph_retval()
862 print_function_args(s, entry->args, (unsigned long)func); in print_graph_retval()
871 trace_seq_printf(s, "} /* %ps", func); in print_graph_retval()
944 ret_func = graph_ret->func + iter->tr->text_delta; in print_graph_entry_leaf()
951 (void *)graph_ret->func + iter->tr->text_delta, in print_graph_entry_leaf()
964 print_graph_irq(iter, graph_ret->func, TRACE_GRAPH_RET, in print_graph_entry_leaf()
978 unsigned long func; in print_graph_entry_nested() local
992 cpu_data->enter_funcs[call->depth] = call->func; in print_graph_entry_nested()
1002 func = call->func + iter->tr->text_delta; in print_graph_entry_nested()
1004 trace_seq_printf(s, "%ps", (void *)func); in print_graph_entry_nested()
1009 print_function_args(s, entry->args, func); in print_graph_entry_nested()
1206 if (check_irq_entry(iter, flags, call->func, call->depth)) in print_graph_entry()
1209 print_graph_prologue(iter, s, TRACE_GRAPH_ENT, call->func, flags); in print_graph_entry()
1243 unsigned long func; in print_graph_return() local
1249 func = trace->func + iter->tr->text_delta; in print_graph_return()
1269 if (cpu_data->enter_funcs[trace->depth] != trace->func) in print_graph_return()
1289 print_graph_retval(s, NULL, trace, (void *)func, flags, in print_graph_return()
1302 trace_seq_printf(s, "} /* %ps */", (void *)func); in print_graph_return()
1311 print_graph_irq(iter, trace->func, TRACE_GRAPH_RET, in print_graph_return()