linux/tools/perf/tests/shell
Athira Rajeev 5fe0531205 perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitting/quoting
Fix the shellcheck warnings for thread_loop_check_tid_10.sh

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

Add quotes to prevent word splitting which are caused by
unquoted command expansions.

Signed-off-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Disha Goel <disgoel@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kajol Jain <kjain@linux.ibm.com>
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-17-atrajeev@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2023-08-03 17:01:26 -03:00
..
coresight perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitting/quoting 2023-08-03 17:01:26 -03:00
lib perf tests lib probe: Fix shellcheck warning about about missing shebang 2023-08-03 17:01:26 -03:00
buildid.sh perf tests shell: Fixed shellcheck warnings 2023-06-13 23:40:34 -03:00
daemon.sh perf tests daemon: Address shellcheck warnings 2023-06-13 23:40:33 -03:00
lock_contention.sh perf tests lock_contention: Fix shellcheck issue about quoting to avoid word splitting 2023-08-03 17:01:25 -03:00
pipe_test.sh
probe_vfs_getname.sh perf tests probe_vfs_getname: Fix shellcheck warnings about word splitting/quoting 2023-08-03 17:01:25 -03:00
record+probe_libc_inet_pton.sh perf test record+probe_libc_inet_pton.sh: Use "grep -F" instead of obsolescent "fgrep" 2023-06-16 11:02:01 -03:00
record+script_probe_vfs_getname.sh perf tests shell: Fixed shellcheck warnings 2023-06-13 23:40:34 -03:00
record+zstd_comp_decomp.sh
record.sh
record_offcpu.sh perf tests record_offcpu: Fix shellcheck warnings about word splitting/quoting and signal names case 2023-08-03 17:01:25 -03:00
stat+csv_output.sh perf test: Move all the check functions of stat CSV output to lib 2023-06-16 09:58:32 -03:00
stat+csv_summary.sh perf tests stat+csv_summary: Fix unused variable references detected via shellcheck 2023-08-03 17:01:25 -03:00
stat+json_output.sh
stat+shadow_stat.sh perf tests stat+shadow_stat: Fix shellcheck warning about unused variable 2023-08-03 17:01:25 -03:00
stat+std_output.sh perf test: Skip metrics w/o event name in stat STD output linter 2023-06-23 21:35:45 -07:00
stat.sh
stat_all_metricgroups.sh
stat_all_metrics.sh perf tests stat_all_metrics: Fix shellcheck warning SC2076 2023-06-13 23:40:33 -03:00
stat_all_pfm.sh
stat_all_pmu.sh
stat_bpf_counters.sh perf tests stat_bpf_counters: Fix usage of '==' to address shellcheck warning 2023-08-03 17:01:25 -03:00
stat_bpf_counters_cgrp.sh perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operators 2023-08-03 17:01:25 -03:00
stat_metrics_values.sh perf test: Add metric value validation test 2023-06-21 22:23:32 -07:00
test_arm_callgraph_fp.sh perf tests: Fix test_arm_callgraph_fp variable expansion 2023-06-22 22:03:17 -07:00
test_arm_coresight.sh perf tests test_arm_coresight: Shellcheck fixes 2023-06-13 23:40:33 -03:00
test_arm_spe.sh perf tests test_arm_spe: Address shellcheck warnings about signal name case 2023-06-13 23:40:33 -03:00
test_arm_spe_fork.sh perf tests: Address signal case issues detected via shellcheck 2023-08-03 17:01:25 -03:00
test_brstack.sh perf tests test_brstack.sh: Fix all POSIX sh warnings 2023-06-13 23:40:34 -03:00
test_data_symbol.sh
test_intel_pt.sh
test_java_symbol.sh
test_perf_data_converter_json.sh perf tests perf_dat _converter_json: Use quoting to avoid word splitting 2023-08-03 17:01:25 -03:00
test_task_analyzer.sh perf tests task_analyzer: Check perf build options for libtraceevent support 2023-08-03 17:01:25 -03:00
test_uprobe_from_different_cu.sh perf probe: Add test for regression introduced by switch to die_get_decl_file() 2023-07-11 11:40:46 -03:00
trace+probe_vfs_getname.sh perf tests trace+probe_vfs_getname: Fix shellcheck warnings about word splitting/quoting 2023-08-03 17:01:25 -03:00