From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932670AbcILGUD (ORCPT ); Mon, 12 Sep 2016 02:20:03 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:48388 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932640AbcILGUC (ORCPT ); Mon, 12 Sep 2016 02:20:02 -0400 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 10.177.227.17 X-Original-MAILFROM: namhyung@kernel.org From: Namhyung Kim To: Arnaldo Carvalho de Melo Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Andi Kleen Subject: [PATCHSET 0/7] perf tools: Support hierarchy report with event group (v1) Date: Mon, 12 Sep 2016 15:19:51 +0900 Message-Id: <20160912061958.16656-1-namhyung@kernel.org> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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