This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 2188c0f9a8407405872c671ac6e6277e81e4a406 Author: yinshengkai <yinsheng...@xiaomi.com> AuthorDate: Sat Apr 8 17:00:25 2023 +0800 trace: modify the dependency to SCHED_INSTRUMENTATION_DUMP Signed-off-by: yinshengkai <yinsheng...@xiaomi.com> --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index d67b1b9692..b3ed47f5d1 100644 --- a/Kconfig +++ b/Kconfig @@ -2009,7 +2009,7 @@ endmenu # Debug Options menuconfig TRACE bool "Enable tracepoints" default n - depends on SCHED_INSTRUMENTATION + depends on SCHED_INSTRUMENTATION_DUMP ---help--- If this option is enabled, tracepoints at critical code in the kernel will be enabled.