diff options
author | Xiaochen Shen <xiaochen.shen@intel.com> | 2017-09-19 12:57:37 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-09-21 13:12:58 -0300 |
commit | 5c9295bfe6f5f59f3f2eee78f58b0523d117897e (patch) | |
tree | 4067ff2ea0ef6648ef73ce79d7ffdc5e172abe03 /tools/perf/arch/x86/tests/Build | |
parent | 411bc316f3365363959c2c895af2618389534583 (diff) | |
download | linux-5c9295bfe6f5f59f3f2eee78f58b0523d117897e.tar.gz linux-5c9295bfe6f5f59f3f2eee78f58b0523d117897e.tar.bz2 linux-5c9295bfe6f5f59f3f2eee78f58b0523d117897e.zip |
perf tests: Remove Intel CQM perf test
Intel CQM perf test is obsolete for perf PMU code has been removed in
commit c39a0e2c8850 ("x86/perf/cqm: Wipe out perf based cqm").
Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Pei P Jia <pei.p.jia@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Vikas Shivappa <vikas.shivappa@linux.intel.com>
Link: http://lkml.kernel.org/r/1505797057-16300-1-git-send-email-xiaochen.shen@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/arch/x86/tests/Build')
-rw-r--r-- | tools/perf/arch/x86/tests/Build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/arch/x86/tests/Build b/tools/perf/arch/x86/tests/Build index cbb7e978166b..8e2c5a38c3b9 100644 --- a/tools/perf/arch/x86/tests/Build +++ b/tools/perf/arch/x86/tests/Build @@ -5,4 +5,3 @@ libperf-y += arch-tests.o libperf-y += rdpmc.o libperf-y += perf-time-to-tsc.o libperf-$(CONFIG_AUXTRACE) += insn-x86.o -libperf-y += intel-cqm.o |