]> 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>
Thu, 28 May 2015 09:09:22 +0000 (11:09 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 28 May 2015 09:09:22 +0000 (11:09 +0200)
commit6f7186813f3a82549b79a697a5f726baf1fbffa7
tree4a0ba3876432e0583eb65f8ace8361b6c78cdb76
parentcfef1c0c381891958cdd1fae5815280ddb7be03e
parent0db96d33e961bf418bf5d3ed353de7326f379e34
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

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

User visible changes:

  - Add hint for 'Too many events are opened.' error message (Jiri Olsa)

Infrastructure changes:

  - Protect accesses to map rbtrees with a lock and refcount struct map,
    reducing memory usage as maps not used get freed. The 'dso' struct is
    next in line. (Arnaldo Carvalho de Melo)

  - Annotation and branch related option parsing refactorings to
    share code with upcoming patches (Andi Kleen)

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