svn commit: r363589 - in stable/12/lib/libpmc/pmu-events/arch/x86: . amdfam17h amdzen1 amdzen2
Alexander Motin
mav at FreeBSD.org
Mon Jul 27 00:26:55 UTC 2020
Author: mav
Date: Mon Jul 27 00:26:54 2020
New Revision: 363589
URL: https://svnweb.freebsd.org/changeset/base/363589
Log:
MFC r363157: Update AMD Zen1 and add Zen2 events mapping.
Added:
stable/12/lib/libpmc/pmu-events/arch/x86/amdzen1/
- copied from r363157, head/lib/libpmc/pmu-events/arch/x86/amdzen1/
stable/12/lib/libpmc/pmu-events/arch/x86/amdzen2/
- copied from r363157, head/lib/libpmc/pmu-events/arch/x86/amdzen2/
Deleted:
stable/12/lib/libpmc/pmu-events/arch/x86/amdfam17h/
Modified:
stable/12/lib/libpmc/pmu-events/arch/x86/mapfile.csv
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libpmc/pmu-events/arch/x86/mapfile.csv
==============================================================================
--- stable/12/lib/libpmc/pmu-events/arch/x86/mapfile.csv Mon Jul 27 00:25:56 2020 (r363588)
+++ stable/12/lib/libpmc/pmu-events/arch/x86/mapfile.csv Mon Jul 27 00:26:54 2020 (r363589)
@@ -37,9 +37,6 @@ GenuineIntel-6-55-[56789ABCDEF],v1,cascadelakex,core
GenuineIntel-6-7D,v1,icelake,core
GenuineIntel-6-7E,v1,icelake,core
GenuineIntel-6-86,v1,tremontx,core
-AuthenticAMD-23-01,v1,amdfam17h,core
-AuthenticAMD-23-02,v1,amdfam17h,core
-AuthenticAMD-23-03,v1,amdfam17h,core
-AuthenticAMD-23-04,v1,amdfam17h,core
-AuthenticAMD-23-05,v1,amdfam17h,core
-HygonGenuine-24-00,v1,amdfam17h,core
+AuthenticAMD-23-[012][0-9A-F],v2,amdzen1,core
+AuthenticAMD-23-[[:xdigit:]]+,v1,amdzen2,core
+HygonGenuine-24-00,v2,amdzen1,core
More information about the svn-src-all
mailing list