On Wed, Jun 17, 2020 at 05:01:52PM +0800, John Garry wrote: > This couple of patches provides: > - aliases for arm64 CPU core events in perf list, like x86 > - ensures that CPU core events are not sparsely listed > > Differences to v1: > - Add ack from Namhyung Kim (thanks) > - use more concise logic in patch 2/2 and also add comment > > John Garry (2): > perf pmu: List kernel supplied event aliases for arm64 > perf pmu: Improve CPU core PMU HW event list ordering
Acked-by: Jiri Olsa <jo...@redhat.com> thanks, jirka > > tools/perf/util/pmu.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > -- > 2.26.2 >