Re: [PATCH v2 04/21] perf pmu: Make pmu_event tables const.
From: John Garry <hidden>
Date: 2021-10-19 11:16:42
Also in:
lkml
From: John Garry <hidden>
Date: 2021-10-19 11:16:42
Also in:
lkml
On 15/10/2021 18:21, Ian Rogers wrote: - bouncing Changbin Du [off-list ref] and Jin Yao [off-list ref]
Make lookup nature of data structures clearer through their type. Reduce scope of architecture specific pmu_event tables by making them static. Suggested-by: John Garry<redacted> Acked-by: Andi Kleen<redacted> Signed-off-by: Ian Rogers<irogers@google.com>
Reviewed-by: John Garry <redacted> BTW, We seem to be using > 80 char per line now. Well in metricgroup.h anyway, from a brief check. I know checkpatch.pl is ok with this now, but some maintainers aren't. Just saying. Thanks, John