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