summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh')
-rwxr-xr-xtools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh b/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh
index c83a200dede4..2ce5e139b2fd 100755
--- a/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh
+++ b/tools/perf/tests/shell/coresight/thread_loop_check_tid_10.sh
@@ -5,9 +5,13 @@
# Carsten Haitzler <carsten.haitzler@arm.com>, 2021
TEST="thread_loop"
+
+# shellcheck source=../lib/coresight.sh
. "$(dirname $0)"/../lib/coresight.sh
+
ARGS="10 1"
DATV="check-tid-10th"
+# shellcheck disable=SC2153
DATA="$DATD/perf-$TEST-$DATV.data"
STDO="$DATD/perf-$TEST-$DATV.stdout"