From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754095AbaLHGqv (ORCPT ); Mon, 8 Dec 2014 01:46:51 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:56434 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbaLHGqt (ORCPT ); Mon, 8 Dec 2014 01:46:49 -0500 Date: Mon, 8 Dec 2014 07:46:44 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Andi Kleen , Corey Ashford , David Ahern , Frederic Weisbecker , Jiri Olsa , Matt Fleming , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/9] perf/core improvements Message-ID: <20141208064644.GA4968@gmail.com> References: <1417475364-27371-1-git-send-email-acme@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417475364-27371-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, on top of one previous pull request. > > - Arnaldo > > > The following changes since commit 1d9e446b91e182055d874fbb30150aad479a4981: > > perf tools: Add snapshot format file parsing (2014-11-24 18:03:51 -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-2 > > for you to fetch changes up to 09a6a1b07e5a579ef770d9728f5b158408c73c23: > > perf report: In branch stack mode use address history sorting (2014-12-01 20:00:31 -0300) > > ---------------------------------------------------------------- > perf/core improvements: > > User visible: > > o Support handling complete branch stacks as histograms (Andi Kleen) > > Infrastructure: > > o Prep work for supporting per-pkg and snapshot counters in 'perf stat' (Jiri Olsa) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Andi Kleen (3): > perf callchain: Support handling complete branch stacks as histograms > perf report: Add --branch-history option > perf report: In branch stack mode use address history sorting > > Jiri Olsa (6): > perf stat: Use perf_evsel__read_cb in read_counter > perf stat: Make read_counter work over the thread dimension > perf stat: Use read_counter in read_counter_aggr > perf tools: Remove perf_evsel__read interface > perf stat: Add support for per-pkg counters > perf stat: Add support for snapshot counters > > tools/perf/Documentation/perf-report.txt | 12 ++- > tools/perf/builtin-report.c | 31 ++++++-- > tools/perf/builtin-stat.c | 105 +++++++++++++++++++++++--- > tools/perf/util/callchain.c | 4 + > tools/perf/util/callchain.h | 1 + > tools/perf/util/evsel.c | 34 --------- > tools/perf/util/evsel.h | 30 +------- > tools/perf/util/machine.c | 126 ++++++++++++++++++++++++++++--- > tools/perf/util/symbol.h | 3 +- > 9 files changed, 257 insertions(+), 89 deletions(-) Pulled, thanks a lot Arnaldo! Ingo