Skip to content

Commit b796a8f

Browse files
Dapeng MiPeter Zijlstra
authored andcommitted
perf/x86/intel: Add PMU support for WildcatLake
WildcatLake is a variant of PantherLake and shares same PMU features, so directly reuse Pantherlake's code to enable PMU features for WildcatLake. Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Zide Chen <zide.chen@intel.com> Link: https://patch.msgid.link/20250908061639.938105-1-dapeng1.mi@linux.intel.com
1 parent 0ba6502 commit b796a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7596,6 +7596,7 @@ __init int intel_pmu_init(void)
75967596
break;
75977597

75987598
case INTEL_PANTHERLAKE_L:
7599+
case INTEL_WILDCATLAKE_L:
75997600
pr_cont("Pantherlake Hybrid events, ");
76007601
name = "pantherlake_hybrid";
76017602
goto lnl_common;

0 commit comments

Comments
 (0)