:orphan: .. title:: choice: Tracing Method .. _choice_495: .. 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 ================== At ``/tracing/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig choice bool "Tracing Method" default TRACING_ASYNC depends on TRACING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*