Skip to content

Commit 4e54ed4

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/intel: Add Arrow Lake U support
From PMU's perspective, the new Arrow Lake U is the same as the Meteor Lake. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20241121180526.2364759-1-kan.liang@linux.intel.com
1 parent 40384c8 commit 4e54ed4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/intel/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7135,6 +7135,7 @@ __init int intel_pmu_init(void)
71357135

71367136
case INTEL_METEORLAKE:
71377137
case INTEL_METEORLAKE_L:
7138+
case INTEL_ARROWLAKE_U:
71387139
intel_pmu_init_hybrid(hybrid_big_small);
71397140

71407141
x86_pmu.pebs_latency_data = cmt_latency_data;

0 commit comments

Comments
 (0)