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.
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:157
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)