Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Thu, 7 Nov 2013 15:24:57 +0000 (16:24 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 7 Nov 2013 15:24:57 +0000 (16:24 +0100)
commit4d9218daae2b00379b2bb81eaf4fe5143f372db1
tree575efccf53ea7ced32e2896f8d2ed491e4673471
parent8a4d0b56b031455adcbe4a9383c3b497456fcfac
parent8ce000e83848578a621d64eccdc88bd34c2fc70c
Merge tag 'perf-core-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/core

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

  * Fix version when building out of tree, as when using one of these:

    $ make help | grep perf
      perf-tar-src-pkg    - Build perf-3.12.0.tar source tarball
      perf-targz-src-pkg  - Build perf-3.12.0.tar.gz source tarball
      perf-tarbz2-src-pkg - Build perf-3.12.0.tar.bz2 source tarball
      perf-tarxz-src-pkg  - Build perf-3.12.0.tar.xz source tarball
    $

    from David Ahern.

  * Don't relookup fields by name in each sample in 'trace',
    by Arnaldo Carvalho de Melo.

  * 'perf record' code cleanups, from David Ahern.

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