[PATCH V2 05/10] perf tools: add map__find_other_map_symbol()

2013-09-22 Thread Adrian Hunter
Add a function to find a symbol using an ip that might be on a different map. Signed-off-by: Adrian Hunter --- tools/perf/util/map.c | 27 +++ tools/perf/util/map.h | 2 ++ 2 files changed, 29 insertions(+) diff --git a/tools/perf/util/map.c b/tools/perf/util/map.c

[PATCH V2 05/10] perf tools: add map__find_other_map_symbol()

2013-09-22 Thread Adrian Hunter
Add a function to find a symbol using an ip that might be on a different map. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- tools/perf/util/map.c | 27 +++ tools/perf/util/map.h | 2 ++ 2 files changed, 29 insertions(+) diff --git a/tools/perf/util/map.c