From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754146AbcBCKEf (ORCPT ); Wed, 3 Feb 2016 05:04:35 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36530 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753364AbcBCKEa (ORCPT ); Wed, 3 Feb 2016 05:04:30 -0500 Date: Wed, 3 Feb 2016 11:04:26 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Andi Kleen , David Ahern , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Wang Nan , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/10] perf/core callchains improvements and fixes Message-ID: <20160203100426.GD17305@gmail.com> References: <1454363359-27435-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454363359-27435-1-git-send-email-acme@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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, this is on top of two previous pull requests I > made, > > Thanks, > > - Arnaldo > > > The following changes since commit 814568db641f6587c1e98a3a85f214cb6a30fe10: > > perf build: Align the names of the build tests: (2016-01-29 17:51:04 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-3 > > for you to fetch changes up to 3848c23b19e07188bfa15e3d9a2ac27692f2ff3c: > > perf report: Don't show blank lines if entry has no callchain (2016-02-01 17:51:09 -0300) > > ---------------------------------------------------------------- > perf/core callchain fixes and improvements > > User visible: > > - Make --percent-limit apply to callchains also and fix some bugs > related to --percent-limit (Namhyung Kim) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Namhyung Kim (10): > perf hists: Fix min callchain hits calculation > perf hists: Update hists' total period when adding entries > perf report: Apply --percent-limit to callchains also > perf report: Get rid of hist_entry__callchain_fprintf() > perf callchain: Pass parent_samples to __callchain__fprintf_graph() > perf report: Fix percent display in callchains on --stdio > perf hists browser: Fix dump to show correct callchain style > perf hists browser: Pass parent_total to callchain print functions > perf hists browser: Fix percent display in callchains > perf report: Don't show blank lines if entry has no callchain > > tools/perf/builtin-report.c | 9 +++- > tools/perf/ui/browsers/hists.c | 113 +++++++++++++++++++++++++---------------- > tools/perf/ui/stdio/hist.c | 77 ++++++++++++++-------------- > tools/perf/util/hist.c | 24 +++++++-- > 4 files changed, 136 insertions(+), 87 deletions(-) Pulled into tip:perf/core, thanks! Ingo