Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2017 18:07:08 +0000 (20:07 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2017 18:07:08 +0000 (20:07 +0200)
commit874d48f2af91efc38c720e7c6450547f6ea8c843
treef945d083595f20cada9273ecdc58357b899587dd
parent77ede3a014a32746002f7889211f0cecf4803163
parentc1fbc0cf81f1c464f5fda322c1104d4bb1da6711
Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fix from Arnaldo Carvalho de Melo:

- Two functions from different binaries can have the same start address. Thus,
  comparing only the start address in match_chain() leads to inconsistent
  callchains. Fix this by adding a check for DSOs as well (Ravi Bangoria)

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