Searched refs:entryfunc (Results 1 – 6 of 6) sorted by relevance
538 .entryfunc = ftrace_graph_entry_stub,694 gops->entryfunc(&trace, gops, fregs)) in function_graph_enter_regs()1217 gops->entryfunc = ftrace_pids_enabled(op) ? in fgraph_update_pid_func()1220 static_call_update(fgraph_func, gops->entryfunc); in fgraph_update_pid_func()1284 func = gops->entryfunc; in ftrace_graph_enable_direct()1290 func = fgraph_array[i]->entryfunc; in ftrace_graph_enable_direct()1383 gops->saved_func = gops->entryfunc; in register_ftrace_graph()
382 .entryfunc = &trace_graph_entry,394 gops->entryfunc = &trace_graph_entry; in allocate_fgraph_ops()421 tr->gops->entryfunc = trace_graph_entry; in graph_trace_init()
245 .entryfunc = &irqsoff_graph_entry,
183 .entryfunc = &wakeup_graph_entry,
896 .entryfunc = &profile_graph_entry,
1174 trace_func_graph_ent_t entryfunc; member