:orphan: .. title:: CONFIG_TRACING_CORE .. kconfig:: CONFIG_TRACING_CORE CONFIG_TRACING_CORE ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Automatically selected by formats that require the core tracing infrastructure. Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`TRACING_CTF ` - \ :kconfig:`TRACING_TEST ` Kconfig definition ================== At ``/tracing/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_CORE bool depends on TRACING help Automatically selected by formats that require the core tracing infrastructure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*