]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc70e04524493665ea977ef1943485c6d0226503a
treef945d083595f20cada9273ecdc58357b899587dd
parentaa03518edbead62abdc90f1961851bf243b4c57c
parentef8b023643d221e7363ea03a98f04acdca33f353
Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/scm/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>