Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 15 Nov 2013 06:35:50 +0000 (07:35 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 15 Nov 2013 06:35:50 +0000 (07:35 +0100)
commit89b4be142bf2491a94af325f5206fc2f2aa18960
tree28f5b908b42bee694cddad30d2fc1f15c66315e6
parente310718d0e83aeb9969264dc577c45db16d9104d
parent539e6bb71e350541105e67e3d6c31392d9da25ef
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

  * Synthesize anon MMAP records again, fix from Don Zickus.

  * Add an option in 'perf record' to force per-cpu mmaps, from Adrian Hunter.

  * Limit max callchain using max_stack on DWARF unwinding too.

  * Fix segfault in the UI browser caused by off by one handling END key.

  * Add '--demangle'/'--no-demangle' to perf probe, so that we can overcome
    current limitations in handling C++ symbols, from Azat Khuzhin .

  * Tweak 'perf trace' summary output, from Pekka Enberg.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>