From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756968AbcKLKtW (ORCPT ); Sat, 12 Nov 2016 05:49:22 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34557 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756721AbcKLKtU (ORCPT ); Sat, 12 Nov 2016 05:49:20 -0500 Date: Sat, 12 Nov 2016 11:49:15 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Markus Trippelsdorf , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/5] perf/urgent hists hierarchy fixes Message-ID: <20161112104915.GA16862@gmail.com> References: <1478879581-24079-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478879581-24079-1-git-send-email-acme@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 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling these 'perf report/top --hierarchy' fixes into > perf/urgent, they don't fix segfaults, just some oddities in scrolling, etc. > > If you think it is too late in the 4.9-rc window, then please pull it > instead into perf/core, I did the build/test/container tests for both branches. > > Thanks, > > - Arnaldo > > Test results (for perf/urgent + this) at the end. > > The following changes since commit f92b7604149a55cb601fc0b52911b1e11f0f2514: > > perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisors (2016-10-28 11:06:25 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-hists-hierarchy-fixes-for-mingo-20161111 > > for you to fetch changes up to c72ab446cac1d6c9551fd26c4cfef1b2fc5041fd: > > perf hists: Fix column length on --hierarchy (2016-11-09 11:55:29 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes for perf {top,report} --hierarchy > > - These are fixes for the --hierarchy view of perf top and report, fixing > output oddities, mostly related to scrolling. (Namhyung Kim) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Namhyung Kim (5): > perf hist browser: Fix hierarchy column counts > perf hists browser: Fix indentation of folded sign on --hierarchy > perf hists browser: Show folded sign properly on --hierarchy > perf hists browser: Fix column indentation on --hierarchy > perf hists: Fix column length on --hierarchy > > tools/perf/ui/browsers/hists.c | 48 ++++++++++++++++++++++++++++++++---------- > tools/perf/util/hist.c | 12 +++++------ > 2 files changed, 43 insertions(+), 17 deletions(-) Pulled, thanks a lot Arnaldo! Ingo