Re: [PATCH] perf annotate: Handle arm64 move instructions

2018-08-30 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 28, 2018 at 08:22:40AM +0200, Thomas-Mich Richter escreveu: > On 08/27/2018 10:08 PM, Kim Phillips wrote: > > Add default handler for non-jump instructions. This really only has an > > effect on instructions that compute a PC-relative address, such as 'adrp,' > > as seen in these coupl

Re: [PATCH] perf annotate: Handle arm64 move instructions

2018-08-27 Thread Thomas-Mich Richter
On 08/27/2018 10:08 PM, Kim Phillips wrote: > Add default handler for non-jump instructions. This really only has an > effect on instructions that compute a PC-relative address, such as 'adrp,' > as seen in these couple of examples: > > BEFORE: adrp x0, 2aa11000 > AFTER: adrp x0, ka

[PATCH] perf annotate: Handle arm64 move instructions

2018-08-27 Thread Kim Phillips
Add default handler for non-jump instructions. This really only has an effect on instructions that compute a PC-relative address, such as 'adrp,' as seen in these couple of examples: BEFORE: adrp x0, 2aa11000 AFTER: adrp x0, kallsyms_token_index+0xce000 BEFORE: adrp x23, 2000