Skip to content

Commit

Permalink
app: shell_overlay: disable SOF telemetry perf measurements
Browse files Browse the repository at this point in the history
SOF telemetry performance measurement tools use the same window 3 as the
DSP winstream log backend and the latter is enabled in the shell
overlay. Disable the conflicting feature.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Sep 25, 2024
1 parent f2efd4a commit 491d4bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/shell_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ CONFIG_LOG_BACKEND_ADSP_MTRACE=n
# as mtrace is disable, enable logging via winstream/window3
CONFIG_LOG_BACKEND_ADSP=y
CONFIG_WINSTREAM_CONSOLE=y

# The SOF telemetry performance measurements use
# the same window 3 as winstream ADSP log backend, so
# these must be disabled in order to use the console.
CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=n
CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n

0 comments on commit 491d4bd

Please sign in to comment.