:orphan: .. title:: choice: Tracing Format .. _choice_466: .. describe:: choice: Tracing Format *Tracing Format* Type: ``bool`` Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TRACING_NONE ` Choice options ============== - \ :option:`TRACING_NONE ` - \ :option:`SEGGER_SYSTEMVIEW ` - \ :option:`TRACING_CTF ` - \ :option:`TRACING_CPU_STATS ` - \ :option:`TRACING_TEST ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: choice bool "Tracing Format" default \ :option:`TRACING_NONE ` depends on \ :option:`TRACING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*