perf test: Add test case for the standard 'perf stat' output
authorKan Liang <kan.liang@linux.intel.com>
Fri, 16 Jun 2023 03:14:19 +0000 (20:14 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Jun 2023 12:59:12 +0000 (09:59 -0300)
commit99a04a48f22504fc6319a24835e2db7934fae41e
treef46c6ac840b522bc0ea4f0043a7597104facbdf0
parentfc51fc87b1b84db83907c125bda6b05d52ec21ca
perf test: Add test case for the standard 'perf stat' output

Add a new test case to verify the standard 'perf stat' output with
different options.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ahmad Yasin <ahmad.yasin@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: https://lore.kernel.org/r/20230616031420.3751973-5-kan.liang@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/stat+std_output.sh [new file with mode: 0755]