Lines Matching refs:ftrace_stub
31 You will need to implement the mcount and the ftrace_stub functions.
51 to see if it is set to ftrace_stub. If it is, there is nothing for you to do,
72 void ftrace_stub(void)
82 if (ftrace_trace_function != ftrace_stub)
113 (compare to ftrace_stub) and ftrace_graph_entry (compare to
134 if (ftrace_trace_function != ftrace_stub)
140 + if (ftrace_graph_return != ftrace_stub ||
259 - ftrace_stub()
295 the ftrace_stub() as that will now be inlined in ftrace_caller().
313 ftrace_stub(frompc, selfpc);
317 ftrace_stub: