Re: [GIT PULL 00/12] perf/core improvements, fixes and cleanups

From: Ingo Molnar
Date: Wed Mar 16 2011 - 08:53:46 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/