Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Tue, 24 Nov 2015 08:07:28 +0000 (09:07 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 24 Nov 2015 08:07:28 +0000 (09:07 +0100)
commit9327ca73474225e5d6f1f96807a90f359124118f
treef25e0882c41f219103dd7e2fc5d8d1de05224240
parentb7883a1c4f75edb62fc49da6000c59fb881e3c7b
parent646a6e846c4dc3812c614fd061603b6db5b8d380
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:

User visible changes:

  - Allow callchain order (caller, callee) to the libdw and libunwind based DWARF
    unwinders (Jiri Olsa)

  - Add missing parent_val initialization in the callchain code, fixing a
    SEGFAULT when using callchains with 'perf top' (Jiri Olsa)

  - Add initial 'perf config' command, for now just with a --list command to the
    contents of the configuration file in use and a basic man page describing
    its format, commands for doing edits and detailed documentation are being
    reviewed and proof-read. (Taeung Song)

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