:orphan: .. title:: TRACING_CTF .. option:: CONFIG_TRACING_CTF *Tracing via Common Trace Format support* Type: ``bool`` Help ==== Enable tracing to a Common Trace Format stream. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`TRACING_CORE ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format .. parsed-literal:: config TRACING_CTF bool "Tracing via Common Trace Format support" select \ :option:`TRACING_CORE ` depends on \ :ref:` ` help Enable tracing to a Common Trace Format stream. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*