-
CONFIG_TRACING_THREAD_STACK_SIZE
¶
Stack size of tracing thread
Type: int
Help¶
Stack size of tracing thread.
Default¶
1024
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:96
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_STACK_SIZE
int "Stack size of tracing thread"
default 1024
depends on TRACING_ASYNC && TRACING
help
Stack size of tracing thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)