Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Wed, 4 Dec 2013 09:17:17 +0000 (10:17 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Dec 2013 09:17:17 +0000 (10:17 +0100)
commit89e3bbd58a6186b832fe2b9419ac2f9ab90e9089
tree01acb821aaa8660ce072613f0c986314727e72a4
parent0ed1e0bee0b2c6b4cc6d7a63787739a9d3ac8aa8
parentf885037ef6400ce4a4c122a88845dea2c9bca256
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/core

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

  * Honour -m option in 'trace', the tool was offering the option to
    set the mmap size, but wasn't using it when doing the actual mmap
    on the events file descriptors, fix from Jiri Olsa.

  * Correct the message in feature-libnuma checking, swowing the right
    devel package names for various distros, from Dongsheng Yang.

  * Polish 'readn' function and introduce its counterpart, 'writen', from
    Jiri Olsa.

  * Start moving timechart state from global variables to a 'perf_tool' derived
    'timechart' struct.

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