CONFIG_TRACING_CMD_BUFFER_SIZE¶
Size of tracing command buffer
Type: int
Help¶
Size of tracing command buffer.
Default¶
32
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:198
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_CMD_BUFFER_SIZE
int "Size of tracing command buffer"
range 32 128
default 32
depends on TRACING
help
Size of tracing command buffer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)