summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2017-06-20 08:01:13 +0000
committeravg <avg@FreeBSD.org>2017-06-20 08:01:13 +0000
commitb345e83c3d0fd56ba9b16004d85953974625ec35 (patch)
tree2c8477ed13ae5ab0aaf5bc971214e87e0dfedaae
parentad27b3ebbb0d247c80b9af26f1d0e3b753bb4345 (diff)
downloadFreeBSD-src-b345e83c3d0fd56ba9b16004d85953974625ec35.zip
FreeBSD-src-b345e83c3d0fd56ba9b16004d85953974625ec35.tar.gz
MFC r279833: Use the correct event table for Haswell Xeon events
-rw-r--r--lib/libpmc/libpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/libpmc.c b/lib/libpmc/libpmc.c
index e10e0f9..1136cbf 100644
--- a/lib/libpmc/libpmc.c
+++ b/lib/libpmc/libpmc.c
@@ -341,7 +341,7 @@ PMC_CLASS_TABLE_DESC(core2, IAP, core2, iap);
PMC_CLASS_TABLE_DESC(corei7, IAP, corei7, iap);
PMC_CLASS_TABLE_DESC(nehalem_ex, IAP, nehalem_ex, iap);
PMC_CLASS_TABLE_DESC(haswell, IAP, haswell, iap);
-PMC_CLASS_TABLE_DESC(haswell_xeon, IAP, haswell, iap);
+PMC_CLASS_TABLE_DESC(haswell_xeon, IAP, haswell_xeon, iap);
PMC_CLASS_TABLE_DESC(broadwell, IAP, broadwell, iap);
PMC_CLASS_TABLE_DESC(broadwell_xeon, IAP, broadwell_xeon, iap);
PMC_CLASS_TABLE_DESC(skylake, IAP, skylake, iap);
OpenPOWER on IntegriCloud