Re: [PATCH 1/3] perf/x86/intel: Add Granite Rapids

From: Peter Zijlstra
Date: Mon Mar 20 2023 - 06:33:09 EST


On Tue, Mar 14, 2023 at 10:00:39AM -0700, kan.liang@xxxxxxxxxxxxxxx wrote:
> From: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>
>
> From core PMU's perspective, Granite Rapids is similar to the Sapphire
> Rapids. The key differences include:
> - Doesn't need the AUX event workaround for the mem load event.
> (Implement in this patch).
> - Support Retire Latency (Has been implemented in the commit
> c87a31093c70 ("perf/x86: Support Retire Latency"))
> - The event list, which will be supported in the perf tool later.
>
> Signed-off-by: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>

Thanks!