-
CONFIG_TRACING_CPU_STATS_LOG¶
Enable current CPU usage logging
Type: bool
Help¶
Periodically displays information about CPU usage.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At subsys/tracing/Kconfig:76
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_CPU_STATS_LOG
bool "Enable current CPU usage logging"
depends on TRACING_CPU_STATS && TRACING
help
Periodically displays information about CPU usage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)