1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/perf/tests/shell/coresight
Athira Rajeev cefff1f33d tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts
Running shellcheck on some of the shell scripts, throws
below warning on shellcheck v0.6. Example:

   In tests/shell/coresight/asm_pure_loop.sh line 14:
   DATA="$DATD/perf-$TEST-$DATV.data"
          ^---^ SC2153: Possible misspelling: DATD may not be assigned, but DATA is.

Here, DATD is exported from "lib/coresight.sh" and this
warning can be ignored. Use "shellcheck disable=" to ignore
this check.

Signed-off-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Tested-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kajol Jain <kjain@linux.ibm.com>
Cc: maddy@linux.ibm.com
Cc: disgoel@linux.vnet.ibm.com
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20230907171540.36736-4-atrajeev@linux.vnet.ibm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
2023-09-26 21:47:12 -07:00
..
asm_pure_loop perf test: Add asm pureloop test tool 2022-10-06 14:48:48 -03:00
memcpy_thread perf test coresight: Add memcpy thread test tool 2022-10-06 14:50:55 -03:00
thread_loop perf test coresight: Add thread loop test tool 2022-10-06 14:50:55 -03:00
unroll_loop_thread perf test coresight: Add unroll thread test tool 2022-10-06 14:50:55 -03:00
asm_pure_loop.sh tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts 2023-09-26 21:47:12 -07:00
Makefile perf test coresight: Add unroll thread test tool 2022-10-06 14:50:55 -03:00
Makefile.miniconfig perf test: Add build infra for perf test tools for ARM CoreSight tests 2022-10-06 14:47:19 -03:00
memcpy_thread_16k_10.sh tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts 2023-09-26 21:47:12 -07:00
thread_loop_check_tid_2.sh tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts 2023-09-26 21:47:12 -07:00
thread_loop_check_tid_10.sh tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts 2023-09-26 21:47:12 -07:00
unroll_loop_thread_10.sh tests/shell: Fix shellcheck warnings for SC2153 in multiple scripts 2023-09-26 21:47:12 -07:00