Merge tag 'perf-core-for-mingo-4.20-20180924' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 26 Sep 2018 08:32:42 +0000 (10:32 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 26 Sep 2018 08:32:42 +0000 (10:32 +0200)
commitc90d3bd1b9e83237c9d7e04542ffacc10a277560
tree4b78d9e0add866e0cb6d1d384d7d8251767081b7
parent9835bf7ff813cc7f5390dc221e0c9455ed81689e
parentd35c595bf0053b7df80ef9d44140ac5da6cc698b
Merge tag 'perf-core-for-mingo-4.20-20180924' of git://git./linux/kernel/git/acme/linux into perf/core

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

Hardware tracing changes:

 intel-pt:

 - Previously, the decoder would indicate begin / end by a branch from / to zero.
   That hides useful information, in particular when a trace ends with a call.
   Remove that limitation. (Adrian Hunter)

 - Better "callindent" output in 'perf script', improving intel-PT output (Andi Kleen)

Arch specific changes:

 - Split the PMU events into meaningful functional groups for the ARM eMAG arch (Sean V Kelley)

Fixes:

 perf help:

 - Add missing subcommand `version` (Sangwon Hong)

Miscellaneous:

 - More patches renaming of structs, enums, functions to make libbtraceevent
   more generally available (Tzvetomir Stoyanov (VMware))

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