[PATCH] perf/x86/intel: Add Arrow Lake U support

From: kan . liang
Date: Thu Nov 21 2024 - 13:04:52 EST


From: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>

>From PMU's perspective, the new Arrow Lake U is the same as the
Meteor Lake.

Signed-off-by: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
---
arch/x86/events/intel/core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c
index a7d92e70e756..23104dc9a599 100644
--- a/arch/x86/events/intel/core.c
+++ b/arch/x86/events/intel/core.c
@@ -7534,6 +7534,7 @@ __init int intel_pmu_init(void)

case INTEL_METEORLAKE:
case INTEL_METEORLAKE_L:
+ case INTEL_ARROWLAKE_U:
intel_pmu_init_hybrid(hybrid_big_small);

x86_pmu.pebs_latency_data = cmt_latency_data;
--
2.38.1