Skip to content

Commit

Permalink
intel_debug: Add instruction to enable the trace debugfs
Browse files Browse the repository at this point in the history
Distribution kernels ship with trace not enabled by default.
Add instruction on how to enable the file in order to provide traces.

Signed-off-by: Peter Ujfalusi <[email protected]>
  • Loading branch information
ujfalusi committed May 31, 2021
1 parent 9564d80 commit 1398090
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion getting_started/intel_debug/suggestions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,12 @@ following command to extract DSP traces:

.. code-block:: bash
sof-logger -t sof-tgl.ldc
sof-logger -t sof-tgl.ldc
Trace support might need to be enabled on distribution kernels in case the
``/sys/kernel/debug/sof/trace`` file is not present by adding sof_debug=1 option
to snd_sof module:

.. code-block::
options snd_sof sof_debug=1

0 comments on commit 1398090

Please sign in to comment.