OSDN Git Service

Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Mon, 18 Aug 2014 08:14:43 +0000 (10:14 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 18 Aug 2014 08:14:43 +0000 (10:14 +0200)
commitaf924aa35129edf338ebc8da6a4eae08cf7cb297
tree45417e729d0b4f0a346963f6b76e34687df2aa5a
parentf373da34282560c60f0c197690eecb1b2dc49fc0
parent759e612bf96627b64fcafe4174b3f6f2dedf2c0d
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:

  * Warn user to rebuild target with debuginfo in 'perf probe' (Masami Hiramatsu)

  * Don't truncate Intel style addresses in 'annotate'. (Alex Converse)

Infrastructure changes:

  * Annotate PMU related list_head members with type info. (Cody P Schafer)

  * Add the triplet used for arm64 by Android (Elliott Hughes)

  * Replace thread unsafe strerror() with strerror_r() accross the
    whole tools/perf/ tree (Masami Hiramatsu)

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