Lines Matching refs:entryfunc
333 * the entryfunc() call. If entryfunc() returns zero, the storage
334 * is discarded. An entryfunc() can only call this once per iteration.
341 * more than once for a single entryfunc() call.
383 * was stored by the fgraph_ops entryfunc() on the function entry.
389 * matching entryfunc() for the retfunc() this is called from.
532 .entryfunc = ftrace_graph_entry_stub,
692 gops->entryfunc(&trace, gops, fregs))
1223 gops->entryfunc = ftrace_pids_enabled(op) ?
1226 static_call_update(fgraph_func, gops->entryfunc);
1293 func = gops->entryfunc;
1299 func = fgraph_array[i]->entryfunc;
1380 gops->saved_func = gops->entryfunc;
1383 gops->entryfunc = fgraph_pid_func;