:orphan: .. title:: CONFIG_TRACING_OBJECT_TRACKING .. kconfig:: CONFIG_TRACING_OBJECT_TRACKING CONFIG_TRACING_OBJECT_TRACKING ############################## *Enable object tracking* Type: ``bool`` Help ==== .. code-block:: none Keep lists to track kernel objects. Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/tracing/Kconfig:205`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_OBJECT_TRACKING bool "Enable object tracking" default n depends on TRACING help Keep lists to track kernel objects. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*