From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754642AbcITOF7 (ORCPT ); Tue, 20 Sep 2016 10:05:59 -0400 Received: from mail.kernel.org ([198.145.29.136]:58236 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753440AbcITOFz (ORCPT ); Tue, 20 Sep 2016 10:05:55 -0400 Date: Tue, 20 Sep 2016 11:05:30 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Jiri Olsa , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Andi Kleen Subject: Re: [PATCH 6/7] perf ui/tui: Reset output width for hierarchy Message-ID: <20160920140530.GA4973@kernel.org> References: <20160913074552.13284-1-namhyung@kernel.org> <20160913074552.13284-7-namhyung@kernel.org> <20160919080525.GC26906@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Sep 20, 2016 at 10:18:50AM +0900, Namhyung Kim escreveu: > On Mon, Sep 19, 2016 at 5:05 PM, Jiri Olsa wrote: > > On Tue, Sep 13, 2016 at 04:45:51PM +0900, Namhyung Kim wrote: > >> + /* hierarchy entries have their own hpp list */ > >> + list_for_each_entry(node, &hists->hpp_formats, list) { > >> + perf_hpp_list__for_each_format(&node->hpp, fmt) > >> + perf_hpp__reset_width(fmt, hists); > >> + } > > > > we could add new function hists__reset_width and use it from > > both std and tui code > > Will do as a follow-up patch! Great, I saw no problems with the patches, merged them already, should be on their way to Ingo as soon as my test suite passes. - Arnaldo