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 committed Mar 19, 2024
1 parent 7cb15d7 commit 29156e5
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 29156e5

Please sign in to comment.