:orphan: .. title:: choice: Tracing Method .. _choice_467: .. describe:: choice: Tracing Method *Tracing Method* Type: ``bool`` Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`TRACING_ASYNC ` Choice options ============== - \ :option:`TRACING_SYNC ` - \ :option:`TRACING_ASYNC ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:90`` 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 Method" default \ :option:`TRACING_ASYNC ` depends on \ :option:`TRACING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*