mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 22:19:23 +07:00
5c9295bfe6
Intel CQM perf test is obsolete for perf PMU code has been removed in
commit c39a0e2c88
("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>
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
libperf-$(CONFIG_DWARF_UNWIND) += regs_load.o
|
|
libperf-$(CONFIG_DWARF_UNWIND) += dwarf-unwind.o
|
|
|
|
libperf-y += arch-tests.o
|
|
libperf-y += rdpmc.o
|
|
libperf-y += perf-time-to-tsc.o
|
|
libperf-$(CONFIG_AUXTRACE) += insn-x86.o
|