perf thread: Make thread__find_map() search all maps
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 26 Apr 2018 12:34:37 +0000 (09:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 26 Apr 2018 16:47:17 +0000 (13:47 -0300)
commit404eb5a436c4cbdc3b76896a28a3b72b7ad9294e
tree58fda90bb9a25d8318c1ed51b2521ee4f0366583
parent117d3c2474a24ab842af00972598c25abffee1e6
perf thread: Make thread__find_map() search all maps

We still have the split internally, but users don't see it anymore,
simplifying the growing number of cases where we end up searching
in the MAP__VARIABLE maps.

This further paves the way for ditching the split.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-86mfxrztf310konutxvhr5ua@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c
tools/perf/util/event.c
tools/perf/util/thread.h
tools/perf/util/unwind-libdw.c
tools/perf/util/unwind-libunwind-local.c