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