[PATCH 3/4] perf/x86/intel/uncore: Add LNL uncore iMC freerunning support

kan.liang@linux.intel.com posted 4 patches 1 year, 10 months ago
[PATCH 3/4] perf/x86/intel/uncore: Add LNL uncore iMC freerunning support
Posted by kan.liang@linux.intel.com 1 year, 10 months ago
From: Zhenyu Wang <zhenyuw@linux.intel.com>

LNL uncore imc freerunning counters keep same as previous HW.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
---
 arch/x86/events/intel/uncore_snb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/uncore_snb.c b/arch/x86/events/intel/uncore_snb.c
index d1605163f11e..4cab1bf57602 100644
--- a/arch/x86/events/intel/uncore_snb.c
+++ b/arch/x86/events/intel/uncore_snb.c
@@ -1824,6 +1824,7 @@ static struct intel_uncore_type *lnl_mmio_uncores[] = {
 	&adl_uncore_imc,
 	&lnl_uncore_hbo,
 	&lnl_uncore_sncu,
+	&adl_uncore_imc_free_running,
 	NULL
 };
 
-- 
2.35.1