perf test: Add basic 'perf diff' test
authorIan Rogers <irogers@google.com>
Mon, 20 Nov 2023 19:04:08 +0000 (11:04 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 5 Dec 2023 18:48:52 +0000 (15:48 -0300)
commit144081ef78c36e255c08b74da86ef68e6cf0a221
tree3452213467f0e225fbe0550f42dd3ca84eb9b3fe
parenta4320085a6c694326dd8db46f563d52d1a826f07
perf test: Add basic 'perf diff' test

There are some old bug reports on perf diff crashing:

https://rhaas.blogspot.com/2012/06/perf-good-bad-ugly.html

Happening across them I was prompted to add two very basic tests that
will give some 'perf diff' coverage.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20231120190408.281826-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/diff.sh [new file with mode: 0755]