CONFIG_TRACING_CPU_STATS_LOG

Enable current CPU usage logging

Type: bool

Help

Periodically displays information about CPU usage.

Direct dependencies

TRACING_CPU_STATS && TRACING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:75

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:56

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.)