Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Ingo Molnar Newsgroups: linux.kernel Subject: Re: [GIT PULL 0/5] perf/urgent hists hierarchy fixes Date: Sat, 12 Nov 2016 11:50:01 +0100 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=t5M4ORoregtQAOgpTNGpmKb33Z468HVrbJ2YUz96q1o=; b=uucfH1nso6YzPHeEUz+z7t24w0FgO6LvZEaAY6RUlfx6TzpZ6alxzRjj8xGqMyLV7Y Q4/IIeMwc5lpgBf8p34P5mxlgxhSH9TG0jpS6NnRHwOJIniIqK9uOern95YLkQk4pqMl OKUiGLXygE3Kp0ZAXKaDrFdwaCq8xEAUuTmFPEEStkVa2zAdxHO+4QY2pnQeubUI9ay+ gybLP0YhR1BfvG01xsBsqUe+dauC+oS+fuYiDlrvwm0+pU2ze9PuCBJJFwgFw+VOIxW4 zBBE4looobOOQZj9+Np7RrzXxV+NYq9aaqnrldmx+rY1CynxjtXYZlmeoQFNheq1XTjr HEfw== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=t5M4ORoregtQAOgpTNGpmKb33Z468HVrbJ2YUz96q1o=; b=CBKSWX3gVFUkxHj2/HY8j0n9ZtwOIQzcQGUtUbJyzAQO5/cxi/WCh3dMQ4vfJgs+cm gEfmw0WU1sz8mjyzPSwkLSySmcuVtux8LTNPCWBNU7PLaxyJY2YVdVkaVz0RJP+AP5vu qN4ZLJQM/NGRWbysoum0S1O0URrUw353GjuzJxp9/1tfDnM082SLUJfM5f4YTm/ERqhb zR6zV3Ezv7u3vqRkrQl5TJrgpErxaSWbAwPfbRgOkQp3BMWQNDB159Gcrc4F9uJt6/UA WvVXe7nT6ZEiy1+7/qInitBLMsJ+IB7xFtpT4aY+YtJj5iHsXvdgRxguYwrjRpRpDkVX 1xWA== X-Gm-Message-State: ABUngvcv1Qe7Vg9xPFmNP89nhNsT6RxB37t+8PDZcbEOeA0pgxFlveThjtUKv9Srbjsv6A== X-Received: by 10.28.20.139 with SMTP id 133mr2142056wmu.9.1478947758834; Sat, 12 Nov 2016 02:49:18 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 52 Organization: linux.* mail to news gateway X-Original-Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Markus Trippelsdorf , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo X-Original-Date: Sat, 12 Nov 2016 11:49:15 +0100 X-Original-Message-ID: <20161112104915.GA16862@gmail.com> X-Original-References: <1478879581-24079-1-git-send-email-acme@kernel.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1520222 * 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