From: Arnaldo Carvalho de Melo on
Hi Ingo,

Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (5):
perf tools: Rename "kernel_info" to "machine"
perf machine: Pass buffer size to machine__mmap_name
perf machine: Adopt some map_groups functions
perf machines: Make the machines class adopt the dsos__fprintf methods
perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory

tools/perf/Makefile | 2 +
tools/perf/builtin-annotate.c | 2 +-
tools/perf/builtin-buildid-list.c | 2 +-
tools/perf/builtin-kmem.c | 10 +--
tools/perf/builtin-record.c | 36 ++++----
tools/perf/builtin-report.c | 2 +-
tools/perf/builtin-top.c | 15 ++--
tools/perf/util/event.c | 89 +++++++++----------
tools/perf/util/event.h | 4 +-
tools/perf/util/header.c | 70 +++++++--------
tools/perf/util/header.h | 2 +-
tools/perf/util/map.c | 121 +++++++++++++------------
tools/perf/util/map.h | 71 +++++++--------
tools/perf/util/probe-event.c | 20 +++--
tools/perf/util/session.c | 9 +-
tools/perf/util/session.h | 40 ++++++++-
tools/perf/util/symbol.c | 179 +++++++++++++++++--------------------
tools/perf/util/symbol.h | 16 ++--
18 files changed, 348 insertions(+), 342 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/