Lines Matching refs:func
562 ftrace_push_return_trace(unsigned long ret, unsigned long func, in ftrace_push_return_trace() argument
628 ret_stack->func = func; in ftrace_push_return_trace()
651 int function_graph_enter_regs(unsigned long ret, unsigned long func, in function_graph_enter_regs() argument
661 bit = ftrace_test_recursion_trylock(func, ret); in function_graph_enter_regs()
665 trace.func = func; in function_graph_enter_regs()
668 offset = ftrace_push_return_trace(ret, func, frame_pointer, retp, 0); in function_graph_enter_regs()
693 if (ftrace_ops_test(&gops->ops, func, NULL) && in function_graph_enter_regs()
759 (void *)ret_stack->func, in ftrace_pop_return_trace()
768 trace->func = ret_stack->func; in ftrace_pop_return_trace()
991 .func = ftrace_graph_func,
1279 trace_func_graph_ent_t func = NULL; in ftrace_graph_enable_direct() local
1284 func = gops->entryfunc; in ftrace_graph_enable_direct()
1290 func = fgraph_array[i]->entryfunc; in ftrace_graph_enable_direct()
1295 if (WARN_ON_ONCE(!func)) in ftrace_graph_enable_direct()
1298 static_call_update(fgraph_func, func); in ftrace_graph_enable_direct()