Skip to content

Commit 82cd830

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86/msr: Add Raptor Lake CPU support
Raptor Lake is Intel's successor to Alder lake. PPERF and SMI_COUNT MSRs are also supported. 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-3-git-send-email-kan.liang@linux.intel.com
1 parent 2da202a commit 82cd830

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/msr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ static bool test_intel(int idx, void *data)
103103
case INTEL_FAM6_ROCKETLAKE:
104104
case INTEL_FAM6_ALDERLAKE:
105105
case INTEL_FAM6_ALDERLAKE_L:
106+
case INTEL_FAM6_RAPTORLAKE:
106107
if (idx == PERF_MSR_SMI || idx == PERF_MSR_PPERF)
107108
return true;
108109
break;

0 commit comments

Comments
 (0)