From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934363AbcAZLqr (ORCPT ); Tue, 26 Jan 2016 06:46:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933850AbcAZLqm (ORCPT ); Tue, 26 Jan 2016 06:46:42 -0500 Date: Tue, 26 Jan 2016 12:46:38 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Andi Kleen , David Ahern , Frederic Weisbecker , Wang Nan Subject: Re: [PATCH 07/12] perf hists browser: Fix callchain_node__count_rows() Message-ID: <20160126114638.GA15821@krava.brq.redhat.com> References: <1453643615-1616-1-git-send-email-namhyung@kernel.org> <1453643615-1616-8-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453643615-1616-8-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? because I've seen that occasionaly ;-) jirka