-
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.
Default¶
100
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:103
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
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.)