CONFIG_OBJECT_TRACING

Kernel object tracing

Type: bool

Help

This option enable the feature for tracing kernel objects. This option is for debug purposes and increases the memory footprint of the kernel.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/debug/Kconfig:273

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

Menu path: (Top) → Sub Systems and OS Services → Debugging Options

config OBJECT_TRACING
    bool "Kernel object tracing"
    help
      This option enable the feature for tracing kernel objects. This option
      is for debug purposes and increases the memory footprint of the kernel.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)