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 subsys/debug/Kconfig:121

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:12

Menu path: (top menu) → Debugging Options

config OBJECT_TRACING
    bool
    prompt "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.

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