[GIT PULL 0/5] perf/core improvements and fixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Arnaldo Carvalho de Melo
Date: Friday, November 26, 2010 - 2:47 pm

From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>

Hi Ingo,

        Please pull from:

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

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (2):
  perf record: Add option to disable collecting build-ids
  perf events: Default to using event__process_lost

Davidlohr Bueso (1):
  perf tools: Add GCC optimization to memory allocating functions

Ian Munsie (1):
  perf symbols: Correct final kernel map guesses

Shawn Bohrer (1):
  perf trace: Handle DT_UNKNOWN on filesystems that don't support
    d_type

 tools/perf/builtin-record.c            |   14 ++++++++++--
 tools/perf/builtin-trace.c             |   33 ++++++++++++++++++++++++-------
 tools/perf/util/event.c                |    2 +-
 tools/perf/util/header.c               |   11 ++++++++-
 tools/perf/util/header.h               |    1 +
 tools/perf/util/include/linux/bitops.h |    5 ++++
 tools/perf/util/session.c              |    2 +-
 tools/perf/util/symbol.c               |    2 +-
 tools/perf/util/util.h                 |    5 ++-
 9 files changed, 57 insertions(+), 18 deletions(-)

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

Messages in current thread:
[GIT PULL 0/5] perf/core improvements and fixes, Arnaldo Carvalho de Melo, (Fri Nov 26, 2:47 pm)
[PATCH 2/5] perf events: Default to using event__process_lost, Arnaldo Carvalho de Melo, (Fri Nov 26, 2:47 pm)
[PATCH 3/5] perf tools: Add GCC optimization to memory all ..., Arnaldo Carvalho de Melo, (Fri Nov 26, 2:47 pm)
Re: [PATCH 2/5] perf events: Default to using event__proce ..., Arnaldo Carvalho de Melo, (Fri Nov 26, 5:18 pm)
Re: [PATCH 3/5] perf tools: Add GCC optimization to memory ..., Arnaldo Carvalho de Melo, (Fri Nov 26, 5:30 pm)