The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/tracing/Kconfig:164

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)