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