Skip to content

Commit

Permalink
app: winconsole_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, so the two cannot be enabled at the same
time.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Sep 25, 2024
1 parent 491d4bd commit 206a23b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/winconsole_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
#
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 206a23b

Please sign in to comment.