Skip to content

Commit

Permalink
debugability: logger: add note on DMA trace limitations
Browse files Browse the repository at this point in the history
If sof-logger is started (or restarted) while DSP is running,
the initial traces may come in incorrect order or are incomplete.
This is important to note when parsing the logger results.

BugLink: thesofproject/sof-test#297
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Nov 10, 2021
1 parent 9426615 commit c3f2078
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions developer_guides/debugability/logger/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ Examples
distribution kernels ``sof_debug=1`` module option for ``snd_sof`` might be
needed if the /sys/kernel/debug/sof/trace file is not present)

.. note::
The DMA trace sysfs interface is a streaming interface. If sof-logger is
started (or restarted) while DSP is active, it is possible the initial traces
messages are in wrong order or incomplete.

Trace filtering
***************

Expand Down

0 comments on commit c3f2078

Please sign in to comment.