[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160912061958.16656-1-namhyung@kernel.org>
Date: Mon, 12 Sep 2016 15:19:51 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Jiri Olsa <jolsa@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
Andi Kleen <andi@...stfloor.org>
Subject: [PATCHSET 0/7] perf tools: Support hierarchy report with event group (v1)
Hello,
This patchset implements hierarchy mode with event group. It was
disabled due to complexity when I wrote the hierarchy code, but
there's no fundamental reason to do it.
It's also available on 'perf/hierarchy-group-v1' branch in my tree:
git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
Thanks,
Namhyung
Namhyung Kim (7):
perf hists browser: Fix event group display
perf hist: Introduce hists__match_hierarchy()
perf hist: Introduce hists__link_hierarchy()
perf hist: Initialize hierachy tree explicitly
perf ui/stdio: Reset output width for hierarchy
perf ui/tui: Reset output width for hierarchy
perf report: Enable group view with hierarchy
tools/perf/builtin-report.c | 1 -
tools/perf/ui/browsers/hists.c | 7 +-
tools/perf/ui/stdio/hist.c | 6 ++
tools/perf/util/hist.c | 148 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 160 insertions(+), 2 deletions(-)
--
2.9.3
Powered by blists - more mailing lists