]> 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>
Tue, 8 Dec 2015 04:23:09 +0000 (05:23 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 8 Dec 2015 04:23:09 +0000 (05:23 +0100)
commit09c228aa7f9a83dac26c0d24dfb3c2d02aeaab75
tree53148198f44c9a68efd82fca60133d0ba4903406
parentee92a7323c9cac85d5de3637463ae7d1b55ad528
parentc92dc406a48fd3a440f1c6f8ed8eb6f4ca781190
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:

User visible changes:

  - Fixes and improvements for supporting annotating ARM binaries, support ARM
    call and jump instructions, more work needed to have arch specific stuff
    separated into tools/perf/arch/*/annotate/ (Russell King)

  - Fix several 'perf test' entries broken by recent perf/core changes (Jiri Olsa)

Infrastructure changes:

  - Consolidate perf_ev{list,sel}__{enable,disable}() calls (Jiri Olsa)

  - Pass correct string to dso__adjust_kmod_long_name() (Wang Nan)

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