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

CONFIG_TRACING_BACKEND_RAM

Enable RAM backend

Type: bool

Help

Use a ram buffer to output tracing data which can
be dumped to a file at runtime with a debugger.
See gdb dump binary memory documentation for example.

Direct dependencies

<choice: Tracing Backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/tracing/Kconfig:157

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:65

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

config TRACING_BACKEND_RAM
    bool "Enable RAM backend"
    depends on <choice>
    help
      Use a ram buffer to output tracing data which can
      be dumped to a file at runtime with a debugger.
      See gdb dump binary memory documentation for example.

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