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 <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 40384c8 commit 4e54ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)