Re: [RFC PATCH 0/5] perf events patches for improved ARM64 support

2017-12-06 Thread John Garry
On 06/12/2017 16:42, William Cohen wrote: On 12/05/2017 11:13 AM, John Garry wrote: This patchset adds support for some perf events features, targeted at ARM64, implemented in a generic fashion. The two main features are as follows: - support for arch/vendor/platform pmu events directory struct

Re: [RFC PATCH 0/5] perf events patches for improved ARM64 support

2017-12-06 Thread William Cohen
On 12/05/2017 11:13 AM, John Garry wrote: > This patchset adds support for some perf events features, > targeted at ARM64, implemented in a generic fashion. > > The two main features are as follows: > - support for arch/vendor/platform pmu events directory structure > - support for parsing archite

[RFC PATCH 0/5] perf events patches for improved ARM64 support

2017-12-05 Thread John Garry
This patchset adds support for some perf events features, targeted at ARM64, implemented in a generic fashion. The two main features are as follows: - support for arch/vendor/platform pmu events directory structure - support for parsing architecture recommended pmu events On the back of these, th