Messages in this thread |  | | | From | Arnaldo Carvalho de Melo <> | | Subject | [GIT PULL 0/5] perf/core improvements and fixes | | Date | Fri, 26 Nov 2010 19:47:16 -0200 |
| |
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(-)
|  |