Skip to content

Commit c2a960f

Browse files
Kan LiangPeter Zijlstra
authored andcommitted
perf/x86: Add new Alder Lake and Raptor Lake support
From PMU's perspective, there is no difference for the new Alder Lake N and Raptor Lake P. Signed-off-by: Kan Liang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4731984 commit c2a960f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/events/intel/core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6216,7 +6216,9 @@ __init int intel_pmu_init(void)
62166216

62176217
case INTEL_FAM6_ALDERLAKE:
62186218
case INTEL_FAM6_ALDERLAKE_L:
6219+
case INTEL_FAM6_ALDERLAKE_N:
62196220
case INTEL_FAM6_RAPTORLAKE:
6221+
case INTEL_FAM6_RAPTORLAKE_P:
62206222
/*
62216223
* Alder Lake has 2 types of CPU, core and atom.
62226224
*

0 commit comments

Comments
 (0)