Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752718Ab1CPMxo (ORCPT ); Wed, 16 Mar 2011 08:53:44 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:52537 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003Ab1CPMxk (ORCPT ); Wed, 16 Mar 2011 08:53:40 -0400 Date: Wed, 16 Mar 2011 13:53:17 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, David Ahern , Frederic Weisbecker , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Thomas Gleixner , Tom Zanussi , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/12] perf/core improvements, fixes and cleanups Message-ID: <20110316125317.GA3320@elte.hu> References: <1300219501-15085-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1300219501-15085-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3032 Lines: 67 * Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling from: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core > > Regards, > > - Arnaldo > > Arnaldo Carvalho de Melo (5): > perf top: Remove redundant perf_top->sym_counter > perf top: Remove redundant syme->origin field > perf symbols: Rename dso->origin to dso->symtab_type > perf symbol: Move sym_entry->skip to symbol->ignore > perf evlist: New command to list the names of events present in a perf.data file > > David Ahern (6): > perf script: Change process_event prototype > perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse > perf script: Move printing of 'common' data from print_event and rename > perf script: Support custom field selection for output > perf script: Add support for dumping symbols > perf script: Add support for H/W and S/W events > > Frederic Weisbecker (1): > perf stat: Provide support for filters > > tools/perf/Documentation/perf-evlist.txt | 26 ++ > tools/perf/Documentation/perf-script.txt | 22 ++ > tools/perf/Makefile | 1 + > tools/perf/builtin-evlist.c | 54 ++++ > tools/perf/builtin-script.c | 300 ++++++++++++++++++-- > tools/perf/builtin-stat.c | 8 + > tools/perf/builtin-top.c | 20 +- > tools/perf/builtin.h | 1 + > tools/perf/command-list.txt | 1 + > tools/perf/perf.c | 1 + > tools/perf/util/annotate.c | 2 +- > tools/perf/util/parse-events.c | 22 ++ > tools/perf/util/parse-events.h | 1 + > .../perf/util/scripting-engines/trace-event-perl.c | 11 +- > .../util/scripting-engines/trace-event-python.c | 11 +- > tools/perf/util/session.c | 61 ++++ > tools/perf/util/session.h | 4 + > tools/perf/util/symbol.c | 64 ++-- > tools/perf/util/symbol.h | 31 ++- > tools/perf/util/top.c | 6 +- > tools/perf/util/top.h | 4 +- > tools/perf/util/trace-event-parse.c | 110 +------- > tools/perf/util/trace-event-scripting.c | 9 +- > tools/perf/util/trace-event.h | 10 +- > 24 files changed, 580 insertions(+), 200 deletions(-) > create mode 100644 tools/perf/Documentation/perf-evlist.txt > create mode 100644 tools/perf/builtin-evlist.c Pulled, thanks a lot Arnaldo! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/