Merge tag 'perf-core-for-mingo-20161114' of git://git.kernel.org/pub/scm/linux/kernel...
authorIngo Molnar <mingo@kernel.org>
Tue, 15 Nov 2016 08:45:04 +0000 (09:45 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 15 Nov 2016 08:45:04 +0000 (09:45 +0100)
commit6a6b12e2125591e24891e6860410795ea53aed11
tree9c186d798b75b708f663cbd286d0b842768fb873
parent91a79e5fa696fa626bfbd47f827eaf3eb7d76dc5
parentfef51ecd1056b5e090c9fb73e0833bd751389572
Merge tag 'perf-core-for-mingo-20161114' of git://git./linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

New features:

 - Allow querying and setting .perfconfig variables (Taeung Song)

 - Show branch information in callchains (predicted, TSX aborts, loop
   iteractions, etc) (Jin Yao)

Infrastructure changes:

 - Support kbuild's CFLAGS_REMOVE_ in tools/build (Jiri Olsa)

 - Plug building jvmti to the main perf Makefile (Jiri Olsa)

Documentation changes:

 - Update Intel PT documentation about context switch events (Arnaldo Carvalho de Melo)

 - Fix 'perf record --call-graph dwarf' help/config in builds not linking
   with a unwind library, mentioning that is a possible record option (Rabin Vincent)

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