From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932535AbcBAVto (ORCPT ); Mon, 1 Feb 2016 16:49:44 -0500 Received: from casper.infradead.org ([85.118.1.10]:54816 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbcBAVtm (ORCPT ); Mon, 1 Feb 2016 16:49:42 -0500 From: Arnaldo Carvalho de Melo To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Andi Kleen , David Ahern , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Wang Nan , Arnaldo Carvalho de Melo Subject: [GIT PULL 00/10] perf/core callchains improvements and fixes Date: Mon, 1 Feb 2016 18:49:09 -0300 Message-Id: <1454363359-27435-1-git-send-email-acme@kernel.org> X-Mailer: git-send-email 2.5.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org See http://www.infradead.org/rpr.html 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(-)