Re: [PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake
From: Peter Zijlstra
Date: Wed Oct 29 2025 - 06:11:54 EST
On Wed, Oct 29, 2025 at 05:58:38PM +0800, Mi, Dapeng wrote:
>
> On 9/8/2025 2:16 PM, Dapeng Mi wrote:
> > 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@xxxxxxxxxxxxxxx>
> > ---
> > arch/x86/events/intel/core.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/x86/events/intel/core.c b/arch/x86/events/intel/core.c
> > index 28f5468a6ea3..fe65be0b9d9c 100644
> > --- a/arch/x86/events/intel/core.c
> > +++ b/arch/x86/events/intel/core.c
> > @@ -7596,6 +7596,7 @@ __init int intel_pmu_init(void)
> > break;
> >
> > case INTEL_PANTHERLAKE_L:
> > + case INTEL_WILDCATLAKE_L:
> > pr_cont("Pantherlake Hybrid events, ");
> > name = "pantherlake_hybrid";
> > goto lnl_common;
> >
> > base-commit: 16ed389227651330879e17bd83d43bd234006722
>
> Hi Peter,
>
> Wildcat Lake is a variant of Panther Lake, it shares same PMU capabilities
> with Panther Lake. Could you please review this small patch-set? If no
> issue, could you please merge this patch-set? Thanks.
Yes, sorry, got lost. Let me go queue them momentarily. Thanks!