]> 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>
Fri, 23 Oct 2015 08:25:57 +0000 (10:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 23 Oct 2015 08:25:57 +0000 (10:25 +0200)
commita6f9e5289d9ce29c1fe7f062f0b613a0489be429
treeeee276fd27aeae2e92e2aff91cb4a3af87a792fa
parentefe6683452a3360da5f9b8b97ce7c9d35eee0fb1
parentbf9664c9dd43cf22edde7db288cb977bd7cb65f4
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:

  - The default for callchains is back to 'callee' when --children is not used.
    (Namhyung Kim)

  - Move the 'use_offset' option to the right place where the annotate code
    expects it to be to be able to properly handle it. (Namhyung Kim)

  - Don't die when an unknown 'annotate' option is found in the perf config
    file (usually ~/.perfconfig), just warn the user. (Arnaldo Carvalho de Melo)

Infrastructure changes:

  - Support %ps/%pS in libtraceevent. (Scott Wood)

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