Re: [PATCH v4 05/17] perf jevents: Remove the type/version variables

From: John Garry
Date: Fri Aug 05 2022 - 06:35:53 EST


On 04/08/2022 23:18, Ian Rogers wrote:
pmu_events_map has a type variable that is always initialized to "core"
and a version variable that is never read. Remove these from the API as
it is straightforward to add them back when necessary.


it might be worth mentioning why we don't want the fields removed from the per-arch mapfile.csv

Signed-off-by: Ian Rogers<irogers@xxxxxxxxxx>

Reviewed-by: John Garry <john.garry@xxxxxxxxxx>