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