]> 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, 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)
commit0affe21e790306b9bbf84f4ea5c0366d56831b19
treef25e0882c41f219103dd7e2fc5d8d1de05224240
parent513ef6769f67821ba09759d09f1612f81291e058
parente7064379ff10726d8c42fcd469fac31dab3c10a4
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:

  - 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>