:orphan: .. title:: choice: Tracing Format .. _choice_637: .. describe:: choice: Tracing Format *Tracing Format* Type: ``bool`` Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TRACING_NONE ` Choice options ============== - \ :kconfig:`TRACING_NONE ` - \ :kconfig:`PERCEPIO_TRACERECORDER ` - \ :kconfig:`SEGGER_SYSTEMVIEW ` - \ :kconfig:`TRACING_CTF ` - \ :kconfig:`TRACING_TEST ` - \ :kconfig:`TRACING_USER ` Kconfig definition ================== At ``/tracing/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig choice bool "Tracing Format" default TRACING_NONE depends on TRACING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*