Re: [for-next][PATCH 04/21] ftrace: Optimize function graph to be called directly

From: Steven Rostedt
Date: Fri Jul 11 2014 - 23:36:31 EST


On Thu, 10 Jul 2014 20:45:57 +0300
Tuomas Tynkkynen <ttynkkynen@xxxxxxxxxx> wrote:
> >
>
> This commit (79922b8) breaks the function graph tracer on today's -next.
> This is on an ARM Tegra board.

Can you test this patch. It makes the default operation of calling the
function graph tracer trampoline directly being disabled. It is now up
to the arch to define FTRACE_GRAPH_TRAMP_ADDR that can be used to call
directly. If it is not set, the old method of calling the function
tracer first is used.

I'll worked on getting arm to be called directly too. Can you test that
patch as well? I'll reply to this email with that one.

Thanks!

-- Steve