]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r363144, r363188: Add stepping to the kern.hwpmc.cpuid string on x86.
authorAlexander Motin <mav@FreeBSD.org>
Mon, 20 Jul 2020 13:50:10 +0000 (13:50 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Mon, 20 Jul 2020 13:50:10 +0000 (13:50 +0000)
commitc4896d816f6081b194d261e03f5beade4a3730b2
tree4fa84528e9148e795623c8cd4c6d755fa5943146
parent4c1bf310262c71c64464421204a7f0496b4f7192
MFC r363144, r363188: Add stepping to the kern.hwpmc.cpuid string on x86.

It follows the equivalent Linux change to be able to differentiate
skylakex and cascadelakex, sharing the same model but not stepping.
lib/libpmc/libpmc_pmu_util.c
lib/libpmc/pmu-events/arch/x86/mapfile.csv
sys/dev/hwpmc/hwpmc_amd.c
sys/dev/hwpmc/hwpmc_intel.c