]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf testsuite report: Add test for perf-report basic functionality
authorVeronika Molnarova <vmolnaro@redhat.com>
Tue, 2 Jul 2024 11:08:48 +0000 (13:08 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Aug 2024 21:07:21 +0000 (18:07 -0300)
commit61f87151839b9767a06be93b99f1fc324147a0d3
treed8062ff033e42a9a0f0d91fa6acd44f41b647cdc
parent13d58a6672d11200bd3c35604caa9e166468d61b
perf testsuite report: Add test for perf-report basic functionality

Test basic execution and some options of perf-report subcommand, like
show-nr-samples, header, showcpuutilization, pid and symbol filtering.

Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Cc: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240702110849.31904-11-vmolnaro@redhat.com
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/base_report/setup.sh [new file with mode: 0755]
tools/perf/tests/shell/base_report/stderr-whitelist.txt [new file with mode: 0644]
tools/perf/tests/shell/base_report/test_basic.sh [new file with mode: 0755]
tools/perf/tests/shell/common/settings.sh