[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180823180026.06e2e4dbca8954207f5ecf07@arm.com>
Date: Thu, 23 Aug 2018 18:00:26 -0500
From: Kim Phillips <kim.phillips@....com>
To: Martin Liška <mliska@...e.cz>
Cc: <linux-perf-users@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Jiri Olsa <jolsa@...hat.com>
Subject: Re: [PATCH] Properly interpret indirect call in perf annotate.
On Thu, 23 Aug 2018 14:29:34 +0200
Martin Liška <mliska@...e.cz> wrote:
> The patch changes interpretation of:
> callq *0x8(%rbx)
>
> from:
> 0.26 │ → callq *8
> to:
> 0.26 │ → callq *0x8(%rbx)
>
> in this can an address is followed by a register, thus
> one can't parse only address.
>
> Signed-off-by: Martin Liška <mliska@...e.cz>
> ---
Tested this doesn't incur any grievances parsing aarch64 code:
Tested-by: Kim Phillips <kim.phillips@....com>
Thanks,
Kim
Powered by blists - more mailing lists