Re: [PATCH] perf: fix symbols__fixup_end heuristic for corner cases

From: Daniel Borkmann
Date: Thu Mar 16 2017 - 05:07:34 EST


On 03/16/2017 02:07 AM, Arnaldo Carvalho de Melo wrote:
Em Wed, Mar 15, 2017 at 10:53:37PM +0100, Daniel Borkmann escreveu:
The current symbols__fixup_end() heuristic for the last entry in the
rb tree is suboptimal as it leads to not being able to recognize the
symbol in the call graph in a couple of corner cases, for example:

Thanks, will apply, test and push to Ingo via perf/urgent, tomorrow.

Great, thanks Arnaldo!