Skip to content

Commit c61759e

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86: Add Intel Raptor Lake support
From PMU's perspective, Raptor Lake is the same as the Alder Lake. The only difference is the event list, which will be supported in the perf tool later. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/1647366360-82824-1-git-send-email-kan.liang@linux.intel.com
1 parent 3123109 commit c61759e

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

62136213
case INTEL_FAM6_ALDERLAKE:
62146214
case INTEL_FAM6_ALDERLAKE_L:
6215+
case INTEL_FAM6_RAPTORLAKE:
62156216
/*
62166217
* Alder Lake has 2 types of CPU, core and atom.
62176218
*

0 commit comments

Comments
 (0)