The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_STATS_NAMES

Statistic names

Type: bool

Help

Include a full name string for each statistic in the build. If this setting is disabled, statistics are assigned generic names of the form “s0”, “s1”, etc. Enabling this setting simplifies debugging, but results in a larger code size.

Direct dependencies

STATS

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/debug/Kconfig:41

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

Menu path: (top menu) → System Monitoring Options

config STATS_NAMES
    bool
    prompt "Statistic names" if STATS
    depends on STATS
    help
      Include a full name string for each statistic in the build.  If this
      setting is disabled, statistics are assigned generic names of the
      form "s0", "s1", etc.  Enabling this setting simplifies debugging,
      but results in a larger code size.

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