CONFIG_TRACING_CMD_BUFFER_SIZE

Size of tracing command buffer

Type: int

Help

Size of tracing command buffer.

Direct dependencies

TRACING

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:193

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:56

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.)