Skip to content

Commit f4c12e5

Browse files
donshengPeter Zijlstra
authored andcommitted
perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake
WildcatLake (WCL) is a variant of PantherLake (PTL) and shares the same uncore PMU features with PTL. Therefore, directly reuse Pantherlake's uncore PMU enabling code for WildcatLake. Signed-off-by: dongsheng <[email protected]> Signed-off-by: Dapeng Mi <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent b796a8f commit f4c12e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/events/intel/uncore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,7 @@ static const struct x86_cpu_id intel_uncore_match[] __initconst = {
18951895
X86_MATCH_VFM(INTEL_ARROWLAKE_H, &mtl_uncore_init),
18961896
X86_MATCH_VFM(INTEL_LUNARLAKE_M, &lnl_uncore_init),
18971897
X86_MATCH_VFM(INTEL_PANTHERLAKE_L, &ptl_uncore_init),
1898+
X86_MATCH_VFM(INTEL_WILDCATLAKE_L, &ptl_uncore_init),
18981899
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &spr_uncore_init),
18991900
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, &spr_uncore_init),
19001901
X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, &gnr_uncore_init),

0 commit comments

Comments
 (0)