From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030347AbbCLQTc (ORCPT ); Thu, 12 Mar 2015 12:19:32 -0400 Received: from mail.kernel.org ([198.145.29.136]:53003 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030195AbbCLQT2 (ORCPT ); Thu, 12 Mar 2015 12:19:28 -0400 Date: Thu, 12 Mar 2015 13:19:22 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: He Kuang , a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, jolsa@kernel.org, wangnan0@huawei.com, linux-kernel@vger.kernel.org Subject: Re: [PATCHv3] perf hists browser: Fix UI bug after fold/unfold Message-ID: <20150312161922.GA3550@kernel.org> References: <20150311134803.GF29070@kernel.org> <1426144909-18951-1-git-send-email-hekuang@huawei.com> <20150312075110.GJ943@sejong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150312075110.GJ943@sejong> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Mar 12, 2015 at 04:51:10PM +0900, Namhyung Kim escreveu: > On Thu, Mar 12, 2015 at 03:21:49PM +0800, He Kuang wrote: > > This patch recalculates hb->nr_callchain_rows to fix the bug. > > > > Signed-off-by: He Kuang > > Acked-by: Namhyung Kim Thanks, applied. - Arnaldo