Lines Matching refs:ftrace_stub
37 You will need to implement the mcount and the ftrace_stub functions.
59 to see if it is set to ftrace_stub. If it is, there is nothing for you to do,
81 void ftrace_stub(void)
91 if (ftrace_trace_function != ftrace_stub)
124 (compare to ftrace_stub) and ftrace_graph_entry (compare to
146 if (ftrace_trace_function != ftrace_stub)
152 + if (ftrace_graph_return != ftrace_stub ||
276 - ftrace_stub()
318 the ftrace_stub() as that will now be inlined in ftrace_caller().
336 ftrace_stub(frompc, selfpc);
340 ftrace_stub: