:orphan: .. title:: TRACING_CMD_BUFFER_SIZE .. option:: CONFIG_TRACING_CMD_BUFFER_SIZE *Size of tracing command buffer* Type: ``int`` Help ==== Size of tracing command buffer. Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:194`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_CMD_BUFFER_SIZE int "Size of tracing command buffer" range 32 128 default 32 depends on \ :option:`TRACING ` help Size of tracing command buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*