]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/x86/intel: Add PMU support for Clearwater Forest
authorDapeng Mi <dapeng1.mi@linux.intel.com>
Tue, 15 Apr 2025 11:44:08 +0000 (11:44 +0000)
committerIngo Molnar <mingo@kernel.org>
Thu, 17 Apr 2025 12:21:23 +0000 (14:21 +0200)
commit48d66c89dce1e3687174608a5f5c31d5961a9916
treeefd5be5429cc4dfee91b6aedd77d32b008097206
parentb02b41c827de9f4b785f57e82d76d0826cc8398b
perf/x86/intel: Add PMU support for Clearwater Forest

From the PMU's perspective, Clearwater Forest is similar to the previous
generation Sierra Forest.

The key differences are the ARCH PEBS feature and the new added 3 fixed
counters for topdown L1 metrics events.

The ARCH PEBS is supported in the following patches. This patch provides
support for basic perfmon features and 3 new added fixed counters.

Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20250415114428.341182-3-dapeng1.mi@linux.intel.com
arch/x86/events/intel/core.c