:orphan: .. title:: OBJECT_TRACING .. option:: 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 ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:274`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: 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.)*