:orphan: .. title:: CONFIG_TRACING_CMD_BUFFER_SIZE .. kconfig:: CONFIG_TRACING_CMD_BUFFER_SIZE CONFIG_TRACING_CMD_BUFFER_SIZE ############################## *Size of tracing command buffer* Type: ``int`` Help ==== .. code-block:: none Size of tracing command buffer. Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/tracing/Kconfig:198`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig 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.)*