Commit c61759e5 authored by Kan Liang's avatar Kan Liang Committed by Peter Zijlstra
Browse files

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: default avatarKan Liang <kan.liang@linux.intel.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/1647366360-82824-1-git-send-email-kan.liang@linux.intel.com
parent 31231092
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6212,6 +6212,7 @@ __init int intel_pmu_init(void)

	case INTEL_FAM6_ALDERLAKE:
	case INTEL_FAM6_ALDERLAKE_L:
	case INTEL_FAM6_RAPTORLAKE:
		/*
		 * Alder Lake has 2 types of CPU, core and atom.
		 *