]> 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, 27 Feb 2014 11:44:06 +0000 (12:44 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2014 11:44:06 +0000 (12:44 +0100)
commit07467a5f3ab2e176d8228de483e9434087e15508
tree6240f24f99260832b8eef9ddaae73154e4f8a939
parent79fb4d5d7367c8056bf4abc2326685794a1cfa5b
parenta4907f14a92b653ff29438e40c4a5a5dbc0cad19
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

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

  * Add support for the new DWARF unwinder library in elfutils (Jiri Olsa)

  * Fix build race in the generation of bison files (Jiri Olsa)

  * Further streamline the feature detection display, trimming it a bit to
    show just the libraries detected, using VF=1 gets a more verbose output,
    showing the less interesting feature checks as well (Jiri Olsa).

  * Check compatible symtab type before loading dso (Namhyung Kim)

  * Check return value of filename__read_debuglink() (Stephane Eranian)

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