Skip to content

Commit

Permalink
case-lib: lib.sh: dump debugfs fw_profile information
Browse files Browse the repository at this point in the history
Dump kernel parameters AND debugfs fw_profile

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart authored and marc-hb committed Apr 8, 2024
1 parent 992efad commit 21cfc68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,10 @@ print_module_params()
# all snd_hda* modules
grep -H ^ /sys/module/snd_hda*/parameters/* || true
echo "----------------------------------------"

echo "--------- Printing debugfs settings ----------"
grep -H ^ /sys/kernel/debug/sof/fw_profile/* || true
echo "----------------------------------------------"
}

# "$@" is optional, typically: --since=@"$epoch".
Expand Down

0 comments on commit 21cfc68

Please sign in to comment.