Skip to content

perf/x86/intel: Add Crestmont PMU

Michael Petlan requested to merge mpetlan/centos-stream-9:my_bz2177050 into main

Bugzilla: https://bugzilla.redhat.com/2177050

upstream

commit a430021faad6b4fa86c820fc3e7f8dbfc2f14fb4 Author: Kan Liang kan.liang@linux.intel.com Date: Mon May 22 04:30:35 2023 -0700

description

The Grand Ridge and Sierra Forest are successors to Snow Ridge. They both have Crestmont core. From the core PMU's perspective, they are similar to the e-core of MTL. The only difference is the LBR event logging feature, which will be implemented in the following patches.

Create a non-hybrid PMU setup for Grand Ridge and Sierra Forest.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: https://lore.kernel.org/r/20230522113040.2329924-1-kan.liang@linux.intel.com

Signed-off-by: Michael Petlan mpetlan@redhat.com

Merge request reports