:orphan: .. title:: CONFIG_TRACING_BACKEND_RAM .. kconfig:: CONFIG_TRACING_BACKEND_RAM CONFIG_TRACING_BACKEND_RAM ########################## *Enable RAM backend* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/tracing/Kconfig:157`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend .. code-block:: kconfig config TRACING_BACKEND_RAM bool "Enable RAM backend" depends on 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.)*