]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit80fcd45ee05b4ef05e61d37a5ffb70a67095a9f6
treeeee276fd27aeae2e92e2aff91cb4a3af87a792fa
parent4ba792e303e278052bb0ee60cce15d6d7dc15c7c
parentf06cff7c59b6b252d667435d7baad48687b41002
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>