]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-fdarray-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 26 Sep 2014 09:12:46 +0000 (11:12 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 26 Sep 2014 09:12:46 +0000 (11:12 +0200)
commitc40dbb9d95a410e69101cc8b7a93022be735ab06
treec525d62d2f0c0c399d92782add5760dd126a62e4
parentdff98dd81f5c3d6383f64fa6f6be43725597923f
parent2e26519cc1a47959783e4a9c9c18d8408114ad0e
Merge tag 'perf-fdarray-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

Pull perf tooling updates from Arnaldo Carvalho de Melo.

Infrastructure changes:

  * We were not handling POLLHUP notifications for event file descriptors.

    Fix it by filtering entries in the events file descriptor array after
    poll() returns, refcounting mmaps so that when the last fd pointing to
    a perf mmap goes away we do the unmap. (Arnaldo Carvalho de Melo)

User visible changes:

  * Now 'record' and 'trace' properly exit when a target thread exits.
    (Arnaldo Carvalho de Melo)

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