Skip to content

Commit 545f8fd

Browse files
committed
perf/x86/intel: Add Arrow Lake U support
JIRA: https://issues.redhat.com/browse/RHEL-33309 upstream ======== commit 4e54ed4 Author: Kan Liang <kan.liang@linux.intel.com> Date: Thu Nov 21 10:05:26 2024 -0800 description =========== 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 Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent 8987e6b commit 545f8fd

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
@@ -7063,6 +7063,7 @@ __init int intel_pmu_init(void)
70637063

70647064
case INTEL_METEORLAKE:
70657065
case INTEL_METEORLAKE_L:
7066+
case INTEL_ARROWLAKE_U:
70667067
intel_pmu_init_hybrid(hybrid_big_small);
70677068

70687069
x86_pmu.pebs_latency_data = cmt_latency_data;

0 commit comments

Comments
 (0)