Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 12 Sep 2018 19:10:05 +0000 (21:10 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 12 Sep 2018 19:10:05 +0000 (21:10 +0200)
commitcb48b6a26cace226d8b299a48c73e808eb0c4f61
treebaf3600125c5b9937d9f5903b56e7e7651a0c2ec
parent02e184476eff848273826c1d6617bb37e5bcc7ad
parent03db8b583d1c3c84963e08e2abf6c79081da5c31
Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

- Fix finding a symbol by name when multiple maps use the same backing DSO,
  so we must first see if that symbol name is in the DSO, then see if it is
  inside the range of addresses for that specific map (Adrian Hunter)

- Update the tools copies of UAPI headers, which silences the warnings
  emitted when building the tools and in some cases, like for the new
  KVM ioctls, results in 'perf trace' being able to translate that
  ioctl number to a string (Arnaldo Carvalho de Melo)

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