Re: [PATCH] ftrace: fix function type mismatches

From: Sami Tolvanen
Date: Mon Oct 14 2019 - 16:00:25 EST


On Fri, Oct 11, 2019 at 11:26 AM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> Unfortunately, this breaks function graph tracing.

Thank you for pointing this out. I should have realized this solution
wouldn't work.

> Is there a way to do an alias or something that can fix whatever you
> are trying to fix?

Unfortunately, an alias doesn't work in this case either, because the
compiler still looks at the type of the target function. I'll find
another way to solve the issue.

Sami