[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1316809586-28529-1-git-send-email-acme@infradead.org>
Date: Fri, 23 Sep 2011 17:26:14 -0300
From: Arnaldo Carvalho de Melo <acme@...radead.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...radead.org>,
Anton Blanchard <anton@...ba.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Darren Hart <dvhart@...ux.intel.com>,
David Ahern <dsahern@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Eric B Munson <emunson@...bm.net>,
Frederic Weisbecker <fweisbec@...il.com>,
Ian Munsie <imunsie@....ibm.com>, Ingo Molnar <mingo@...e.hu>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Mike Galbraith <efault@....de>,
Paul Mackerras <paulus@...ba.org>,
Pekka Enberg <penberg@...helsinki.fi>,
Peter Zijlstra <peterz@...radead.org>,
Robert Richter <robert.richter@....com>,
Stephane Eranian <eranian@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
yrl.pp-manager.tt@...achi.com, arnaldo.melo@...il.com
Subject: [GIT PULL 00/12] perf tools fixes
Hi Linus,
Please consider pulling from:
git://github.com/acmel/linux.git perf-tools-for-linus
I was waiting to push it thru Ingo, but people are rightly complaining
these fixes should get into v3.1, so I asked Peter to take a look and he is OK
with sending them now to you.
Please let me know of anything I may have messed up in putting together
this git repo/branch on github.
Regards,
- Arnaldo
The following changes since commit d93dc5c4478c1fd5de85a3e8aece9aad7bbae044
Author: Linus Torvalds <torvalds@...ux-foundation.org>
Date: Wed Sep 21 16:58:15 2011 -0700
Linux 3.1-rc7
Anton Blanchard (6):
perf symbols: Fix ppc64 SEGV in dso__load_sym with debuginfo files
perf symbols: /proc/kallsyms does not sort module symbols
perf symbols: Preserve symbol scope when parsing /proc/kallsyms
perf symbols: Add some heuristics for choosing the best duplicate symbol
perf symbols: Synthesize anonymous mmap events
perf sort: Fix symbol sort output by separating unresolved samples by type
Arnaldo Carvalho de Melo (1):
perf top: Fix userspace sample addr map offset
Darren Hart (1):
perf tools: Add support for disabling -Werror via WERROR=0
David Ahern (2):
perf record: Create events initially disabled and enable after init
perf tool: Fix endianness handling of u32 data in samples
Masami Hiramatsu (1):
perf probe: Fix regression of variable finder
Stephane Eranian (1):
perf symbols: Fix issue with binaries using 16-bytes buildids (v2)
tools/perf/Makefile | 9 ++-
tools/perf/builtin-record.c | 3 +
tools/perf/builtin-test.c | 2 +-
tools/perf/builtin-top.c | 9 ++-
tools/perf/util/event.c | 5 ++
tools/perf/util/event.h | 2 +-
tools/perf/util/evlist.c | 13 ++++
tools/perf/util/evlist.h | 1 +
tools/perf/util/evsel.c | 54 +++++++++++---
tools/perf/util/probe-finder.c | 2 +-
tools/perf/util/session.h | 3 +-
tools/perf/util/sort.c | 10 ++-
tools/perf/util/symbol.c | 153 +++++++++++++++++++++++++++++++---------
13 files changed, 209 insertions(+), 57 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists