evl/utils: check: detect CONFIG_FTRACE

Enabling the ftrace infrastructure causes runtime overhead which is
noticeable in latmus figures, even with dynamic tracepoints
disabled. Warn about CONFIG_FTRACE being enabled.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
This commit is contained in:
Philippe Gerum 2021-02-07 12:34:31 +01:00
parent 9bf275a2be
commit 50706c585f
1 changed files with 1 additions and 0 deletions

View File

@ -49,3 +49,4 @@ CONFIG_KASAN=n
CONFIG_DEBUG_ENTRY=n
CONFIG_EVL_DEBUG_CORE=n
CONFIG_EVL_DEBUG_MEMORY=n
CONFIG_FTRACE=n