summaryrefslogtreecommitdiff
path: root/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh')
-rwxr-xr-xtools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh b/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh
index 6346fd5e87c8..3ad9498753d7 100755
--- a/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.sh
+++ b/tools/perf/tests/shell/coresight/thread_loop_check_tid_2.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="2 20"
DATV="check-tid-2th"
+# shellcheck disable=SC2153
DATA="$DATD/perf-$TEST-$DATV.data"
STDO="$DATD/perf-$TEST-$DATV.stdout"