svn commit: r320137 - stable/10/lib/libpmc

Andriy Gapon avg at FreeBSD.org
Tue Jun 20 08:01:14 UTC 2017


Author: avg
Date: Tue Jun 20 08:01:13 2017
New Revision: 320137
URL: https://svnweb.freebsd.org/changeset/base/320137

Log:
  MFC r279833: Use the correct event table for Haswell Xeon events

Modified:
  stable/10/lib/libpmc/libpmc.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libpmc/libpmc.c
==============================================================================
--- stable/10/lib/libpmc/libpmc.c	Tue Jun 20 07:25:38 2017	(r320136)
+++ stable/10/lib/libpmc/libpmc.c	Tue Jun 20 08:01:13 2017	(r320137)
@@ -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);


More information about the svn-src-stable-10 mailing list