]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit40e8da8bc26433bec6560b441c8b067415b21824
tree01acb821aaa8660ce072613f0c986314727e72a4
parent13966b65c8171ed08521e8d18ce8f5988a87424a
parent0e6a7b498be16dd2b5330e7074677ba1cbe55c9a
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/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>