[PATCH v2 0/2] perf tools: Fix symbol error on ARM64

From: Wang Nan
Date: Tue Feb 02 2016 - 22:09:54 EST


This is v2 of this patchset to solve the symbol error problem found on
ARM64 [1].

v1 -> v2: Since nearly all ELF files require symbol adjustment, make it
the default option.

[1] http://lkml.kernel.org/g/1452567507-54013-1-git-send-email-hekuang@xxxxxxxxxx

Wang Nan (2):
perf tools: Record text offset in dso to calculate objdump address
perf tools: Adjust symbol for shared objects

tools/perf/util/dso.h | 1 +
tools/perf/util/map.c | 14 ++++++++++++++
tools/perf/util/symbol-elf.c | 25 +++++++++----------------
3 files changed, 24 insertions(+), 16 deletions(-)

Signed-off-by: Wang Nan <wangnan0@xxxxxxxxxx>
Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>
Cc: Cody P Schafer <dev@xxxxxxxxxx>
Cc: He Kuang <hekuang@xxxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: Kirill Smelkov <kirr@xxxxxxxxxx>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@xxxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Li Zefan <lizefan@xxxxxxxxxx>
Cc: pi3orama@xxxxxxx

--
1.8.3.4