Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Tue, 29 Oct 2013 08:06:07 +0000 (09:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Oct 2013 08:06:07 +0000 (09:06 +0100)
commitcd65718712469ad844467250e8fad20a5838baae
tree87e34b49783a32d8552eaad510d0b5fba94ee08e
parentd17cccbea95933a2ab3e260fab128f5128c9371f
parent8e50d384cc1d5afd2989cf0f7093756ed7164eb2
Merge tag 'perf-urgent-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

 * Add color overhead for stdio output buffer, which fixes
   --stdio output being chopped up on the hot (red) entries,
   fix from Jiri Olsa.

 * Get 'perf record -g -a sleep 1' working again, removing the
   need for -- separating perf options from the workload, restoring
   ages old behaviour, fix from Jiri Olsa.
   More patches allowing ~/.perfconfig setting up of default
   callchain collecting method ("fp" or "dwarf") left for next
   merge window.

 * Fixup mmap event consumption, where we were acking the
   consumption by writing the tail before actually accessing
   the event, which could lead to using overwritten records
   in things like 'perf record --call-graph'. From Zhouyi Zhou.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>