aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Stone <rstone@FreeBSD.org>2015-03-10 01:23:55 +0000
committerRyan Stone <rstone@FreeBSD.org>2015-03-10 01:23:55 +0000
commitae9975db34b054692e0c063264dc41a92cbc35b2 (patch)
treef78002b8252c8281fabd8800f074490d9ad334dc /lib
parent9e60f3acd277bbe4fd5d7187bba82b34c99e7814 (diff)
downloadsrc-ae9975db34b054692e0c063264dc41a92cbc35b2.tar.gz
src-ae9975db34b054692e0c063264dc41a92cbc35b2.zip
Use the correct event table for Haswell Xeon events
Differential Revision: https://reviews.freebsd.org/D1588 MFC after: 1 month Sponsored by: Sandvine Inc.
Notes
Notes: svn path=/head/; revision=279833
Diffstat (limited to 'lib')
-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 693e97711a21..17283d8f02d4 100644
--- a/lib/libpmc/libpmc.c
+++ b/lib/libpmc/libpmc.c
@@ -325,7 +325,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(ivybridge, IAP, ivybridge, iap);
PMC_CLASS_TABLE_DESC(ivybridge_xeon, IAP, ivybridge_xeon, iap);
PMC_CLASS_TABLE_DESC(sandybridge, IAP, sandybridge, iap);