]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf test: Delete unused Intel CQM test
authorHoward Chu <howardchu95@gmail.com>
Fri, 11 Oct 2024 05:57:00 +0000 (22:57 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 14 Oct 2024 19:04:31 +0000 (12:04 -0700)
commit0c383c0827ec73c0c349a2f1eef3e7b9c189fc52
tree8ff1bbcf43c41886e4d372fecd039c8187af375b
parent1afe05b0cf183035a77fdda1bc633aa5fb9daa43
perf test: Delete unused Intel CQM test

As Ian Rogers <irogers@google.com> pointed out, intel-cqm.c is neither
used nor built. It was deleted in the following commit:

commit b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")

However, it resurfaced soon after in the following commit:

commit 5c9295bfe6f5 ("perf tests: Remove Intel CQM perf test")

It should be deleted once and for all.

Suggested-by: Ian Rogers <irogers@google.com>
Signed-off-by: Howard Chu <howardchu95@gmail.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Reviewed-by: Matt Fleming <mfleming@cloudflare.com>
Link: https://lore.kernel.org/r/20241011055700.4142694-1-howardchu95@gmail.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/arch/x86/tests/intel-cqm.c [deleted file]