CONFIG_TRACING_CMD_BUFFER_SIZE¶
Size of tracing command buffer
Type: int
Help¶
Size of tracing command buffer.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
32
Kconfig definition¶
At subsys/tracing/Kconfig:198
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/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.)