:orphan: .. title:: CONFIG_TRACING_THREAD_WAIT_THRESHOLD .. kconfig:: CONFIG_TRACING_THREAD_WAIT_THRESHOLD CONFIG_TRACING_THREAD_WAIT_THRESHOLD #################################### *Tracing thread waiting threshold* Type: ``int`` Help ==== .. code-block:: none Tracing thread waiting period given in milliseconds after every first packet put to tracing buffer. Direct dependencies =================== \ :kconfig:`TRACING_ASYNC ` && \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/tracing/Kconfig:108`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_THREAD_WAIT_THRESHOLD int "Tracing thread waiting threshold" default 100 depends on TRACING_ASYNC && 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.)*