[GIT PULL] perf tools changes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnaldo Carvalho de Melo
Date: Tuesday, April 27, 2010 - 6:52 pm

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(-)

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] perf tools changes, Arnaldo Carvalho de Melo, (Tue Apr 27, 6:52 pm)
[PATCH 2/5] perf machine: Pass buffer size to machine__mma ..., Arnaldo Carvalho de Melo, (Tue Apr 27, 6:52 pm)
[PATCH 3/5] perf machine: Adopt some map_groups functions, Arnaldo Carvalho de Melo, (Tue Apr 27, 6:52 pm)
[PATCH 4/5] perf machines: Make the machines class adopt t ..., Arnaldo Carvalho de Melo, (Tue Apr 27, 6:52 pm)
[PATCH 5/5] perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ ..., Arnaldo Carvalho de Melo, (Tue Apr 27, 6:52 pm)