Re: [PATCH] perf vendor events power10: Add metric events json file for power10 platform
From: James Clark <hidden>
Date: 2021-10-08 10:23:49
Also in:
linux-perf-users, lkml
From: James Clark <hidden>
Date: 2021-10-08 10:23:49
Also in:
linux-perf-users, lkml
On 06/10/2021 08:31, Kajol Jain wrote:
Add pmu metric json file for power10 platform. Signed-off-by: Kajol Jain <redacted> --- .../arch/powerpc/power10/metrics.json | 772 ++++++++++++++++++
I checked this with the new strict JSON parser from "[PATCH 0/3] perf tools: Enable strict JSON parsing" and it seemed fine from that point of view. James