Blame SOURCES/papi-hsw_ep.patch

c7ea89
From e5b1007a1c2ec49548104291f5a4ec5ee4d8ebfc Mon Sep 17 00:00:00 2001
c7ea89
From: William Cohen <wcohen@redhat.com>
c7ea89
Date: Tue, 14 Oct 2014 10:30:17 -0400
c7ea89
Subject: [PATCH] Recognize hsw_ep from newer versions of libpfm
c7ea89
c7ea89
A recent September 11, 2014 patch (98c00b) to the upstream libpfm
c7ea89
split out Intel family 6 model 63 into its own name of "hsw_ep".  The
c7ea89
papi_events.csv needs to be updated to support that new name.  This
c7ea89
should have now impact for older libpfms that still identify Intel
c7ea89
family 6 model 63 as "hswv" and "hsw_ep" map to the same papi presets.
c7ea89
c7ea89
Signed-off-by: William Cohen <wcohen@redhat.com>
c7ea89
---
c7ea89
 src/papi_events.csv | 1 +
c7ea89
 1 file changed, 1 insertion(+)
c7ea89
c7ea89
diff --git a/src/papi_events.csv b/src/papi_events.csv
c7ea89
index aea3b04..752ec20 100644
c7ea89
--- a/src/papi_events.csv
c7ea89
+++ b/src/papi_events.csv
c7ea89
@@ -638,6 +638,7 @@ PRESET,PAPI_TLB_DM,DERIVED_ADD,DTLB_LOAD_MISSES:DEMAND_LD_MISS_CAUSES_A_WALK,DTL
c7ea89
 
c7ea89
 # Intel Haswell events (and most likely also Sandy Bridge)
c7ea89
 CPU,hsw
c7ea89
+CPU,hsw_ep
c7ea89
 PRESET,PAPI_TOT_CYC,NOT_DERIVED,CPU_CLK_UNHALTED:THREAD_P
c7ea89
 PRESET,PAPI_TOT_INS,NOT_DERIVED,INST_RETIRED:ANY_P
c7ea89
 PRESET,PAPI_REF_CYC,NOT_DERIVED,CPU_CLK_THREAD_UNHALTED:REF_XCLK
c7ea89
-- 
c7ea89
1.9.3
c7ea89