Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Tue, 19 Jan 2016 07:30:48 +0000 (08:30 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Jan 2016 07:30:48 +0000 (08:30 +0100)
commitf5540ecb8910cb2bc923c50b4ca5e7a50a9bf775
tree88844d1636249f815f19116fe7a8342c721fea1b
parent10a0c0f0595b20efa127a1816670c64a3d0e4965
parent96b9e70b8e6cd65f71ee71889143976f3afb038a
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf tools improvements and fixes from Arnaldo Carvalho de Melo:

User visible bug fixes:

  - Fix reading of build-id from vDSO (Ben Hutchings)

  - Fix processing samples for guests, noticed with 'perf kvm',
    but noticeable as well via other tools, such as 'perf top'
    (Ravi Bangoria)

Build infrastructure:

  - Add feature-dump target and FEATURES_DUMP make variable, to
    allow reusing the feature detection results among multiple
    tools/ living codebases, such as perf and lib/bpf (Jiri Olsa)

  - 'make -C tools/perf build-test' improvements, making it more
    paralelizable and allowing building it outside of the source
    tree, using O= (Wang Nan)

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