:orphan: .. title:: TRACING_CPU_STATS_LOG .. option:: CONFIG_TRACING_CPU_STATS_LOG *Enable current CPU usage logging* Type: ``bool`` Help ==== Periodically displays information about CPU usage. Direct dependencies =================== \ :option:`TRACING_CPU_STATS ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config TRACING_CPU_STATS_LOG bool "Enable current CPU usage logging" depends on \ :option:`TRACING_CPU_STATS ` && \ :option:`TRACING ` help Periodically displays information about CPU usage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*