Re: [v4,4/6] powerpc: kprobes: add support for KPROBES_ON_FTRACE
From: Michael Ellerman <hidden>
Date: 2017-04-24 22:48:21
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2017-04-24 22:48:21
Also in:
lkml
On Wed, 2017-04-19 at 12:52:26 UTC, "Naveen N. Rao" wrote:
Allow kprobes to be placed on ftrace _mcount() call sites. This optimization avoids the use of a trap, by riding on ftrace infrastructure. This depends on HAVE_DYNAMIC_FTRACE_WITH_REGS which depends on MPROFILE_KERNEL, which is only currently enabled on powerpc64le with newer toolchains. Based on the x86 code by Masami. Signed-off-by: Naveen N. Rao <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ead514d5fb30a0889d51c0f0e35c3e cheers