Re: [GIT PULL 0/5] perf/urgent hists hierarchy fixes

From: Ingo Molnar
Date: Sat Nov 12 2016 - 05:49:26 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> 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 <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> 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