mbox series

[v2,0/2] perf: Improve list for arm64

Message ID 1592384514-119954-1-git-send-email-john.garry@huawei.com (mailing list archive)
Headers show
Series perf: Improve list for arm64 | expand

Message

John Garry June 17, 2020, 9:01 a.m. UTC
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

 tools/perf/util/pmu.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Comments

Jiri Olsa June 17, 2020, 10:36 a.m. UTC | #1
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 <jolsa@redhat.com>

thanks,
jirka

> 
>  tools/perf/util/pmu.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> -- 
> 2.26.2
>