Skip to content

Commit

Permalink
perf/x86/intel: Add Arrow Lake U support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kan Liang authored and Peter Zijlstra committed Dec 2, 2024
1 parent 40384c8 commit 4e54ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/events/intel/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7135,6 +7135,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;
Expand Down

0 comments on commit 4e54ed4

Please sign in to comment.