1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/perf/tests/shell/coresight
Kajol Jain 1f14b8af2c perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about word splitting/quoting
Running shellcheck on thread_loop_check_tid_2.sh throws below warning:

In tests/shell/coresight/thread_loop_check_tid_2.sh line 8:
. $(dirname $0)/../lib/coresight.sh
  ^-----------^ SC2046 (warning): Quote this to prevent word splitting.

Fixed the warning by adding quotes to avoid word splitting.

Signed-off-by: Kajol Jain <kjain@linux.ibm.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Disha Goel <disgoel@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20230709182800.53002-24-atrajeev@linux.vnet.ibm.com
Signed-off-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2023-08-03 17:01:27 -03: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 perf tests asm_pure_loop: Fix shellcheck warning about word splitting/quote 2023-08-03 17:01:26 -03:00
Makefile perf test coresight: Add unroll thread test tool 2022-10-06 14:50:55 -03:00
Makefile.miniconfig
memcpy_thread_16k_10.sh perf tests memcpy_thread_16k_10: Fix shellcheck warning about word splitting/quote 2023-08-03 17:01:26 -03:00
thread_loop_check_tid_2.sh perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about word splitting/quoting 2023-08-03 17:01:27 -03:00
thread_loop_check_tid_10.sh perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitting/quoting 2023-08-03 17:01:26 -03:00
unroll_loop_thread_10.sh perf tests unroll_loop_thread_10: Fix shellcheck warnings about word splitting/quoting 2023-08-03 17:01:26 -03:00