Re: [RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-16 Thread Chen Linxuan
Sorry for the mistake, v2 has been send: https://lore.kernel.org/all/20250416-noautoinline-v2-0-e69a27175...@uniontech.com/

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-12 Thread Chen Linxuan
This series introduces a new kernel configuration option NO_AUTO_INLINE, which can be used to disable the automatic inlining of functions. This will allow the function tracer to trace more functions because it only traces functions that the compiler has not inlined. Previous discussions can be fo

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE

2025-04-12 Thread Chen Linxuan
This series introduces a new kernel configuration option NO_AUTO_INLINE, which can be used to disable the automatic inlining of functions. This will allow the function tracer to trace more functions because it only traces functions that the compiler has not inlined. Previous discussions can be fo