zephyr/snippets/ram-tracing/ram-tracing.conf
Anas Nashif d54d69b59b tracing: introduce ram tracing snippet
This allows tracing any application and stores the data in RAM. Using
gdb, the ram_tracing variable contents can then be saved and viewed
using babeltrace.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-07-25 23:29:14 +02:00

13 lines
262 B
Plaintext

# Copyright Zephyr Project Contributors
# SPDX-License-Identifier: Apache-2.0
CONFIG_DEBUG_OPTIMIZATIONS=n
CONFIG_DEBUG_THREAD_INFO=y
CONFIG_TRACING=y
CONFIG_TRACING_CTF=y
CONFIG_TRACING_BACKEND_RAM=y
CONFIG_RAM_TRACING_BUFFER_SIZE=8192
CONFIG_TRACING_SYNC=y