Re: [PATCH/RESEND] recordmcount: arm: Implement make_nop

From: Steven Rostedt
Date: Tue Oct 18 2016 - 20:07:25 EST


On Tue, 18 Oct 2016 16:42:00 -0700
Stephen Boyd <sboyd@xxxxxxxxxxxxxx> wrote:

> In similar spirit to x86 and arm64 support, add a make_nop_arm()
> to replace calls to mcount with a nop in sections that aren't
> traced.
>
> Cc: Russell King <linux@xxxxxxxxxxxxxxxx>
> Acked-by: Rabin Vincent <rabin@xxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>

I can take this if I can get an ack from the ARM maintainers.

-- Steve