[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230201214945.127474-1-didi.debian@cknow.org>
Date: Wed, 1 Feb 2023 22:49:43 +0100
From: Diederik de Haas <didi.debian@...ow.org>
To: Carsten Haitzler <carsten.haitzler@....com>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org,
Diederik de Haas <didi.debian@...ow.org>
Subject: [PATCH 0/2] Script style improvements in lib/coresight.sh
These 2 patches improve the efficiency and quality of the
lib/coresight.sh script.
The first one uses grep's `-c` parameter to count the results instead of
piping it to `wc -l`.
The second one replaces the use of backticks (`...`) with $(...) as the
former has several potential issues while the latter does not.
Diederik de Haas (2):
perf test: Replace 'grep | wc -l' with 'grep -c'
perf test: Replace legacy `...` with $(...)
tools/perf/tests/shell/lib/coresight.sh | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
2.39.1
Powered by blists - more mailing lists