Searched hist:"9 e455f4f29e3aeab29b6c1f7d086ddc43fc1a502" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/shell/ |
H A D | record.sh | diff 9e455f4f29e3aeab29b6c1f7d086ddc43fc1a502 Thu Oct 20 12:26:37 CDT 2022 Namhyung Kim <namhyung@kernel.org> perf test: Fix shellcheck issues in the record test
Basically there are 3 issues:
1. quote shell expansion 2. do not use egrep 3. use upper case letters for signal names
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20221020172643.3458767-3-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|