Re: [PATCH v2 12/39] x86/ibt,ftrace: Search for __fentry__ location

From: Steven Rostedt
Date: Fri Feb 25 2022 - 08:37:05 EST


On Fri, 25 Feb 2022 19:20:08 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> > No. It only acts like ftrace_location_range(sym, sym_end) if the passed
> > in argument is the ip of the function (kallsyms returns offset = 0)
>
> Got it. So now ftrace_location() will return the ftrace address
> when the ip == func or ip == mcount-call.

Exactly! :-)

Are you OK with that?

-- Steve