Re: [PATCH] perf annotate: ARM64 support

2016-06-15 Thread Chris Ryder
On Wed, Jun 15, 2016 at 10:08:48AM +0100, Will Deacon wrote: > Hi Andrew, > > [adding acme and Chris] > > Thanks for this. > > On Sat, Jun 11, 2016 at 08:58:22PM -0700, Andrew Pinski wrote: > > Add basic support to parse ARM64 assembly. > > > > This: > > > > * enables perf to correctly show th

Re: [PATCH] perf annotate: ARM64 support

2016-06-15 Thread Will Deacon
Hi Andrew, [adding acme and Chris] Thanks for this. On Sat, Jun 11, 2016 at 08:58:22PM -0700, Andrew Pinski wrote: > Add basic support to parse ARM64 assembly. > > This: > > * enables perf to correctly show the disassembly, rather than chopping > some constants off at the '#'. '#' is not th

[PATCH] perf annotate: ARM64 support

2016-06-11 Thread Andrew Pinski
Add basic support to parse ARM64 assembly. This: * enables perf to correctly show the disassembly, rather than chopping some constants off at the '#'. '#' is not the comment character for ARM64. * allows perf to identify ARM64 instructions that branch to other parts within the same functi