Skip to content

Commit 5c9295b

Browse files
xiaochenshenacmel
authored andcommitted
perf tests: Remove Intel CQM perf test
Intel CQM perf test is obsolete for perf PMU code has been removed in commit c39a0e2 ("x86/perf/cqm: Wipe out perf based cqm"). Signed-off-by: Xiaochen Shen <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Fenghua Yu <[email protected]> Cc: Matt Fleming <[email protected]> Cc: Pei P Jia <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Tony Luck <[email protected]> Cc: Vikas Shivappa <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 411bc31 commit 5c9295b

File tree

4 files changed

+0
-133
lines changed

4 files changed

+0
-133
lines changed

tools/perf/arch/x86/include/arch-tests.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ struct test;
88
int test__rdpmc(struct test *test __maybe_unused, int subtest);
99
int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest);
1010
int test__insn_x86(struct test *test __maybe_unused, int subtest);
11-
int test__intel_cqm_count_nmi_context(struct test *test __maybe_unused, int subtest);
1211

1312
#ifdef HAVE_DWARF_UNWIND_SUPPORT
1413
struct thread;

tools/perf/arch/x86/tests/Build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ libperf-y += arch-tests.o
55
libperf-y += rdpmc.o
66
libperf-y += perf-time-to-tsc.o
77
libperf-$(CONFIG_AUXTRACE) += insn-x86.o
8-
libperf-y += intel-cqm.o

tools/perf/arch/x86/tests/arch-tests.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ struct test arch_tests[] = {
2323
.func = test__insn_x86,
2424
},
2525
#endif
26-
{
27-
.desc = "Intel cqm nmi context read",
28-
.func = test__intel_cqm_count_nmi_context,
29-
},
3026
{
3127
.func = NULL,
3228
},

tools/perf/arch/x86/tests/intel-cqm.c

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)