Re: [PATCH 07/12] perf hists browser: Fix callchain_node__count_rows()

From: Namhyung Kim
Date: Tue Jan 26 2016 - 07:33:17 EST


Hi Jiri,

On Tue, Jan 26, 2016 at 12:46:38PM +0100, Jiri Olsa wrote:
> On Sun, Jan 24, 2016 at 10:53:30PM +0900, Namhyung Kim wrote:
> > Like other functions, it should stop counting if there's any folded
> > callchain. Because of this it occasionally lose the cursor at the end.
>
> are you reffering to the case when the browser wouldn't jump
> to the last entry, but the cursor disappears instead, and then
> shows up after holding 'UP' arrow?

Right. Since it counts some of folded callchain nodes, the cursor
went beyond the end so nothing was shown for them.

>
> because I've seen that occasionaly ;-)

Me too.

Thanks,
Namhyung