Skip to content

Commit

Permalink
debug: add an overlay enabling Zephyr's kernel tracing
Browse files Browse the repository at this point in the history
This commit adds an overlay enabling kernel traces from
Zephyr.
Those traces may be read on the host side from memory window

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
  • Loading branch information
marcinszkudlinski authored and kv2019i committed Apr 9, 2024
1 parent 2e71793 commit 0542687
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/ctf_kernel_traces_overlay.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# enable traces from Zephyr kernel

CONFIG_TRACING_BACKEND_ADSP_MEMORY_WINDOW=y
CONFIG_TRACING_ASYNC=n
CONFIG_TRACING_SYNC=y
CONFIG_TRACING=y
CONFIG_TRACING_CTF=y
CONFIG_THREAD_NAME=y
CONFIG_DEBUG_THREAD_INFO=y

0 comments on commit 0542687

Please sign in to comment.