[GIT PULL 0/7] perf/core improvements and fixes for 2.6.36

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnaldo Carvalho de Melo
Date: Thursday, June 17, 2010 - 1:39 pm

Hi Ingo,

        Please pull from:

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

Regards,

- Arnaldo

Andy Isaacson (2):
  perf debug: fix hex dump partial final line
  perf session: fix error message on failure to open perf.data

Chase Douglas (1):
  perf probe: Add kernel source path option

Eric B Munson (1):
  perf symbols: Function descriptor symbol lookup

Kirill Smelkov (1):
  perf tools: .gitignore += config.make config.make.autogen

Stephane Eranian (2):
  perf record: Avoid synthesizing mmap() for all processes in per-thread mode
  perf record: Add option to avoid updating buildid cache

 tools/perf/.gitignore                    |    2 +
 tools/perf/Documentation/perf-probe.txt  |    4 ++
 tools/perf/Documentation/perf-record.txt |    6 +++
 tools/perf/builtin-probe.c               |    2 +
 tools/perf/builtin-record.c              |    7 +++-
 tools/perf/util/debug.c                  |   10 ++---
 tools/perf/util/header.c                 |   10 +++++-
 tools/perf/util/probe-finder.c           |   58 ++++++++++++++++++++++++++++--
 tools/perf/util/session.c                |    6 ++-
 tools/perf/util/symbol.c                 |   37 +++++++++++++++++--
 tools/perf/util/symbol.h                 |    1 +
 tools/perf/util/util.h                   |    1 +
 12 files changed, 128 insertions(+), 16 deletions(-)

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

Messages in current thread:
[GIT PULL 0/7] perf/core improvements and fixes for 2.6.36, Arnaldo Carvalho de Melo, (Thu Jun 17, 1:39 pm)
[PATCH 3/7] perf record: Add option to avoid updating buil ..., Arnaldo Carvalho de Melo, (Thu Jun 17, 1:40 pm)
[PATCH 4/7] perf tools: .gitignore += config.make config.m ..., Arnaldo Carvalho de Melo, (Thu Jun 17, 1:40 pm)
[PATCH 5/7] perf probe: Add kernel source path option, Arnaldo Carvalho de Melo, (Thu Jun 17, 1:40 pm)
[PATCH 6/7] perf debug: fix hex dump partial final line, Arnaldo Carvalho de Melo, (Thu Jun 17, 1:40 pm)