diff options
Diffstat (limited to '')
-rw-r--r-- | decoder/tests/auto-fdo/show_strobing.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/decoder/tests/auto-fdo/show_strobing.sh b/decoder/tests/auto-fdo/show_strobing.sh new file mode 100644 index 0000000..44302ae --- /dev/null +++ b/decoder/tests/auto-fdo/show_strobing.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +for e in /sys/bus/coresight/devices/etm*/; do + echo "Strobing period for $e is $((`cat $e/strobe_period`))" + echo "Strobing window for $e is $((`cat $e/strobe_window`))" +done |