]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tests: Fix 'perf report' tests installation
authorMichael Petlan <mpetlan@redhat.com>
Mon, 13 Jan 2025 18:26:00 +0000 (19:26 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 9 May 2025 17:10:08 +0000 (14:10 -0300)
commit4bfe27140edf8dd1322326c79f5ae8d29ff7e43d
treed2b7d518502cd71dabb0beaf9763d741f4f5c472
parent30d20fb1f84ad5c92706fe2c6cbb2d4cc293e671
perf tests: Fix 'perf report' tests installation

There was a copy-paste mistake in the installation commands.

Also, we need to install stderr-whitelist.txt file, which contains
allowed messages that are printed on stderr and should not cause test
fail.

Fixes: 097fe67df1aa9cc7 ("perf testsuite: Install perf-report tests in the 'make install-tests -C tools/perf' target")
Signed-off-by: Michael Petlan <mpetlan@redhat.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20250113182605.130719-6-vmolnaro@redhat.com
Signed-off-by: Veronika Molnarova <vmolnaro@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf