linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] perf_event DRAM RAPL uses wrong units on Broadwell-EP
@ 2017-05-02 18:08 Vince Weaver
  0 siblings, 0 replies; only message in thread
From: Vince Weaver @ 2017-05-02 18:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stephane Eranian, Kan Liang, Peter Zijlstra, Ingo Molnar


It appears as though the Broadwell-EP DRAM units share the special 
units quirk with Haswell-EP/KNL.

Without this patch, you get really high results (a single DRAM using 20W 
of power).

The powercap driver in drivers/powercap/intel_rapl.c already has this 
change.

Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>

diff --git a/arch/x86/events/intel/rapl.c b/arch/x86/events/intel/rapl.c
index 9d05c7e67f60..a45e2114a846 100644
--- a/arch/x86/events/intel/rapl.c
+++ b/arch/x86/events/intel/rapl.c
@@ -761,7 +761,7 @@ static const struct x86_cpu_id rapl_cpu_match[] __initconst = {
 
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_BROADWELL_CORE,   hsw_rapl_init),
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_BROADWELL_GT3E,   hsw_rapl_init),
-	X86_RAPL_MODEL_MATCH(INTEL_FAM6_BROADWELL_X,	  hsw_rapl_init),
+	X86_RAPL_MODEL_MATCH(INTEL_FAM6_BROADWELL_X,	  hsx_rapl_init),
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_BROADWELL_XEON_D, hsw_rapl_init),
 
 	X86_RAPL_MODEL_MATCH(INTEL_FAM6_XEON_PHI_KNL, knl_rapl_init),

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-02 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 18:08 [patch] perf_event DRAM RAPL uses wrong units on Broadwell-EP Vince Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).