summaryrefslogtreecommitdiff
path: root/common/scripts/coresight-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/coresight-test.sh')
-rwxr-xr-xcommon/scripts/coresight-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/coresight-test.sh b/common/scripts/coresight-test.sh
index 483d22f..930b7aa 100755
--- a/common/scripts/coresight-test.sh
+++ b/common/scripts/coresight-test.sh
@@ -9,7 +9,7 @@ ls $CORESIGHT_PATH
echo -e "SOURCE\tSINK\tRESULT"
echo -e "------\t----\t------"
for SOURCE in `ls $CORESIGHT_PATH | egrep "etm|ptm"` ; do
- for SINK in `ls $CORESIGHT_PATH | grep etb` ; do
+ for SINK in `ls $CORESIGHT_PATH | egrep "etb|tpiu"` ; do
echo 1 > $CORESIGHT_PATH/$SINK/enable_sink