Skip to content

Commit 516238e

Browse files
committed
perf/x86/intel/uncore: Add Clearwater Forest support
JIRA: https://issues.redhat.com/browse/RHEL-45095 upstream ======== commit b6ccddd Author: Kan Liang <kan.liang@linux.intel.com> Date: Wed Dec 11 08:11:46 2024 -0800 description =========== From the perspective of the uncore PMU, the Clearwater Forest is the same as the previous Sierra Forest. 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://lkml.kernel.org/r/20241211161146.235253-1-kan.liang@linux.intel.com Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent eff31cc commit 516238e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/uncore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ static const struct x86_cpu_id intel_uncore_match[] __initconst = {
19101910
X86_MATCH_VFM(INTEL_ATOM_GRACEMONT, &adl_uncore_init),
19111911
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT_X, &gnr_uncore_init),
19121912
X86_MATCH_VFM(INTEL_ATOM_CRESTMONT, &gnr_uncore_init),
1913+
X86_MATCH_VFM(INTEL_ATOM_DARKMONT_X, &gnr_uncore_init),
19131914
{},
19141915
};
19151916
MODULE_DEVICE_TABLE(x86cpu, intel_uncore_match);

0 commit comments

Comments
 (0)