All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake
@ 2025-09-08  6:16 Dapeng Mi
  2025-09-08  6:16 ` [PATCH 2/2] perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake Dapeng Mi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dapeng Mi @ 2025-09-08  6:16 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Ian Rogers, Adrian Hunter, Alexander Shishkin,
	Kan Liang, Andi Kleen, Eranian Stephane
  Cc: linux-kernel, linux-perf-users, Dapeng Mi, Dapeng Mi

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>
---
 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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-29 10:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08  6:16 [PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake Dapeng Mi
2025-09-08  6:16 ` [PATCH 2/2] perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake Dapeng Mi
2025-10-29 10:42   ` [tip: perf/urgent] " tip-bot2 for dongsheng
2025-10-23 17:37 ` [PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake Chen, Zide
2025-10-29  9:58 ` Mi, Dapeng
2025-10-29 10:11   ` Peter Zijlstra
2025-10-29 10:42 ` [tip: perf/urgent] " tip-bot2 for Dapeng Mi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.