aboutsummaryrefslogtreecommitdiff
path: root/decoder/tests/auto-fdo/show_strobing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/tests/auto-fdo/show_strobing.sh')
-rwxr-xr-xdecoder/tests/auto-fdo/show_strobing.sh6
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 100755
index 000000000000..44302ae11c4a
--- /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