From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758416AbaCSHHt (ORCPT ); Wed, 19 Mar 2014 03:07:49 -0400 Received: from mail-ee0-f49.google.com ([74.125.83.49]:57642 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756938AbaCSHHn (ORCPT ); Wed, 19 Mar 2014 03:07:43 -0400 Date: Wed, 19 Mar 2014 08:07:39 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Andi Kleen , Corey Ashford , David Ahern , Don Zickus , Frederic Weisbecker , Jiri Olsa , Joe Mario , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Ramkumar Ramachandra , Stanislav Fomichev , Stephane Eranian , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/13] perf/core improvements and fixes Message-ID: <20140319070739.GA12839@gmail.com> References: <1395177965-8879-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395177965-8879-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 0afd2d51029961281572d02545c7bde1b3f4292c: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2014-03-18 09:23:09 +0100) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo > > for you to fetch changes up to a51e87cb5a0fbebee15a3373d951dbf6f59a76c2: > > perf tools: Remove unused simple_strtoul() function (2014-03-18 18:17:07 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > . Fixup header alignment in 'perf sched latency' output (Ramkumar Ramachandra) > > . Fix off-by-one error in 'perf timechart record' argv handling (Ramkumar Ramachandra) > > . Print the evsel name in the annotate stdio output, prep to fix support > outputting annotation for multiple events, not just for the first one > (Arnaldo Carvalho de Melo) > > Internals: > > . Use tid in mmap/mmap2 events to find maps (Don Zickus) > > . Record the reason for filtering an address_location (Namhyung Kim) > > . Apply all filters to an addr_location (Namhyung Kim) > > . Merge al->filtered with hist_entry->filtered in report/hists (Namhyung Kim) > > . Fix memory leak when synthesizing thread records (Namhyung Kim) > > . Use ui__has_annotation() in 'report' (Namhyung Kim) > > Cleanups: > > . Remove unused thread__find_map function (Jiri Olsa) > > . Remove unused simple_strtoul() function (Ramkumar Ramachandra) > > Documentation: > > . Update function names in debug messages (Ramkumar Ramachandra) > > . Update some code references in design.txt (Ramkumar Ramachandra) > > Signed-off-by: Arnaldo Carvalho de Melo > > ---------------------------------------------------------------- > Arnaldo Carvalho de Melo (1): > perf annotate: Print the evsel name in the stdio output > > Don Zickus (1): > perf tools: Use tid in mmap/mmap2 events to find maps > > Jiri Olsa (1): > perf tools: Remove thread__find_map function > > Namhyung Kim (5): > perf symbols: Record the reason for filtering an address_location > perf symbols: Apply all filters to an addr_location > perf report: Merge al->filtered with hist_entry->filtered > perf tools: Fix memory leak when synthesizing thread records > perf report: Use ui__has_annotation() > > Ramkumar Ramachandra (5): > perf timechart: Fix off-by-one error in 'record' argv handling > perf sched: Fixup header alignment in 'latency' output > perf evsel: Update function names in debug messages > perf tools: Update some code references in design.txt > perf tools: Remove unused simple_strtoul() function > > tools/perf/builtin-report.c | 4 ++-- > tools/perf/builtin-sched.c | 10 +++++----- > tools/perf/builtin-timechart.c | 4 ++-- > tools/perf/design.txt | 12 ++++++------ > tools/perf/tests/hists_link.c | 1 + > tools/perf/util/annotate.c | 14 +++++++++----- > tools/perf/util/event.c | 34 +++++++++++++++++----------------- > tools/perf/util/evsel.c | 4 ++-- > tools/perf/util/hist.c | 9 +-------- > tools/perf/util/hist.h | 9 +++++++++ > tools/perf/util/include/linux/kernel.h | 6 ------ > tools/perf/util/machine.c | 6 +++--- > tools/perf/util/symbol.h | 2 +- > tools/perf/util/thread.h | 6 ------ > 14 files changed, 58 insertions(+), 63 deletions(-) Pulled, thanks a lot Arnaldo! Ingo