The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_TRACING_CPU_STATS_LOG

Enable current CPU usage logging

Type: bool

Help

Periodically displays information about CPU usage.

Direct dependencies

TRACING_CPU_STATS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/debug/Kconfig:245

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14

Menu path: (top menu) → Debugging Options

config TRACING_CPU_STATS_LOG
    bool
    prompt "Enable current CPU usage logging" if TRACING_CPU_STATS
    depends on TRACING_CPU_STATS
    help
      Periodically displays information about CPU usage.

(Definitions include propagated dependencies, including from if’s and menus.)