Steven Rostedt wrote:
On Wed, 21 Mar 2018 20:07:32 +0530 "Naveen N. Rao" <naveen.n....@linux.vnet.ibm.com> wrote:I think that will always be set here. ftrace_64_mprofile.S is only built for -mprofile-kernel and we select HAVE_DYNAMIC_FTRACE_WITH_REGS if MPROFILE_KERNEL is enabled. It looks like there is no way to unset just CONFIG_DYNAMIC_FTRACE_WITH_REGS and so, for -mprofile-kernel, we can assume it is always set?OK, if that's the case, then I'm fine with it.
Thanks for the review! - Naveen