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