:orphan: .. title:: TRACING_THREAD_WAIT_THRESHOLD .. option:: CONFIG_TRACING_THREAD_WAIT_THRESHOLD *Tracing thread waiting threshold* Type: ``int`` Help ==== Tracing thread waiting period given in milliseconds after every first packet put to tracing buffer. Direct dependencies =================== \ :option:`TRACING_ASYNC ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:119`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_THREAD_WAIT_THRESHOLD int "Tracing thread waiting threshold" default 100 depends on \ :option:`TRACING_ASYNC ` && \ :option:`TRACING ` help Tracing thread waiting period given in milliseconds after every first packet put to tracing buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*