[GIT PULL] perf fixes

From: Ingo Molnar
Date: Fri Nov 15 2013 - 14:47:13 EST


Linus,

Please pull the latest perf-urgent-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus

# HEAD: 89b4be142bf2491a94af325f5206fc2f2aa18960 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Tooling changes only: it includes the ARM tooling fixlets, various
other fixes, smaller updates, minor cleanups.

Thanks,

Ingo

------------------>

Adrian Hunter (1):
perf record: Add an option to force per-cpu mmaps

Arnaldo Carvalho de Melo (4):
perf tools: Use perf_evlist__{first,last}, perf_evsel__next
perf evsel: Introduce perf_evsel__prev() method
perf symbols: Limit max callchain using max_stack on DWARF unwinding too
perf ui browser: Fix segfault caused by off by one handling END key

Azat Khuzhin (1):
perf probe: Add '--demangle'/'--no-demangle'

Davidlohr Bueso (1):
perf tools: Remove trivial extra semincolon

Don Zickus (1):
perf tools: Synthesize anon MMAP records again

Ingo Molnar (5):
Merge branch 'linus' into perf/urgent
tools/perf/build: Fix timerfd feature check
tools/perf/build: Fix feature-libunwind-debug-frame handling
perf top: Add missing newline if the 'uid' is invalid
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/.../acme/linux into perf/urgent

Pekka Enberg (1):
perf trace: Tweak summary output


tools/perf/Documentation/perf-record.txt | 6 ++++++
tools/perf/builtin-probe.c | 2 ++
tools/perf/builtin-record.c | 2 ++
tools/perf/builtin-top.c | 4 ++--
tools/perf/builtin-trace.c | 10 +++++-----
tools/perf/config/Makefile | 14 ++++++++++----
tools/perf/config/feature-checks/Makefile | 3 +++
tools/perf/config/feature-checks/test-all.c | 4 ----
tools/perf/tests/parse-events.c | 3 +--
tools/perf/ui/browser.c | 4 ++--
tools/perf/ui/browsers/hists.c | 11 +++++------
tools/perf/util/event.c | 6 ++++--
tools/perf/util/evlist.c | 6 ++++--
tools/perf/util/evsel.c | 4 ++--
tools/perf/util/evsel.h | 5 +++++
tools/perf/util/machine.c | 2 +-
tools/perf/util/target.h | 1 +
tools/perf/util/unwind.c | 9 +++++----
tools/perf/util/unwind.h | 5 +++--
19 files changed, 63 insertions(+), 38 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/