Merge tag 'perf-core-for-mingo-5.0-20190108' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 9 Jan 2019 06:59:40 +0000 (07:59 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Jan 2019 06:59:40 +0000 (07:59 +0100)
commit576b50ea235699d83758c0c514c65b8d486a159d
tree73d3d03e2e3535b866bf84ce0a9be8511e5b1dd8
parent64598e8b6fdaf28e37c3530f8b95a9f8ef6af131
parentee412f14693a3fe2645b3528603dfd37dd05118a
Merge tag 'perf-core-for-mingo-5.0-20190108' of git://git./linux/kernel/git/acme/linux into perf/urgent

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

perf top:

  Arnaldo Carvalho de Melo:

  - Lift restriction on using callchains without "sym" in --sort

perf trace:

  Arnaldo Carvalho de Melo:

  - Fix ')' placement in "interrupted" syscall lines.

  - Fix alignment for [continued] lines.

perf tests:

  Florian Fainelli:

  - Add a test for the ARM 32-bit [vectors] page.

tools lib traceevent:

  Tzvetomir Stoyanov:

  - Introduce new libtracevent API: tep_override_comm().
  - Initialize host_bigendian at tep_handle allocation.
  - More namespacing changes.
  - Remove superfluous APIs.

tools headers uapi:

  Arnaldo Carvalho de Melo:

  . Update linux/{fs,vhost}.h, grab a copy o linux/mount.h, where the
    MS_ mount flags were moved.

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