[PATCH v2 2/4] kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations
From: Masahiro Yamada <hidden>
Date: 2018-10-28 13:12:17
Also in:
linux-kbuild, lkml
From: Masahiro Yamada <hidden>
Date: 2018-10-28 13:12:17
Also in:
linux-kbuild, lkml
On Fri, Oct 19, 2018 at 9:50 PM Du Changbin [off-list ref] wrote:
This patch add a new kernel hacking option NO_AUTO_INLINE. Selecting this option will prevent the compiler from optimizing the kernel by auto-inlining functions not marked with the inline keyword. With this option, only functions explicitly marked with "inline" will be inlined. This will allow the function tracer to trace more functions because it only traces functions that the compiler has not inlined. Signed-off-by: Du Changbin <redacted> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This subject "kernel hacking: new config NO_AUTO_INLINE to disable compiler auto-inline optimizations" is also too long. Could you please make it a bit shorter? -- Best Regards Masahiro Yamada