CONFIG_RAM_TRACING_BUFFER_SIZE

Ram Tracing buffer size

Type: int

Help

Size of the RAM trace buffer. Trace will be discarded if the
length is exceeded.

Direct dependencies

TRACING_BACKEND_RAM && <choice: Tracing Backend>

(Includes any dependencies from ifs and menus.)

Default

  • 4096

Kconfig definition

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

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

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend → Enable RAM backend

config RAM_TRACING_BUFFER_SIZE
    int "Ram Tracing buffer size"
    default 4096
    depends on TRACING_BACKEND_RAM && <choice>
    help
      Size of the RAM trace buffer. Trace will be discarded if the
      length is exceeded.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)