Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1373252

[RESEND PATCH 0/2] perf tools: Fix Android symbol resolution

From Wang Nan <wangnan0@huawei.com>
Newsgroups linux.kernel
Subject [RESEND PATCH 0/2] perf tools: Fix Android symbol resolution
Date 2016-04-07 12:30 +0200
Message-ID <rlfmi-2le-33@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Arnaldo,

   These 2 patches are in my local tree for a long time. They are
mandatory for android users. Without them resoluting symbol for
Android platform is incorrect for many shared objects.

Namhyung has given his Acked-by to patch 2/2.

Thank you.

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

 tools/perf/util/map.c        | 14 ++++++++++++++
 tools/perf/util/symbol-elf.c | 13 +++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

-- 
1.8.3.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND PATCH 0/2] perf tools: Fix Android symbol resolution Wang Nan <wangnan0@huawei.com> - 2016-04-07 12:30 +0200
  [RESEND PATCH 2/2] perf tools: Adjust symbol for shared objects Wang Nan <wangnan0@huawei.com> - 2016-04-07 12:30 +0200
    Re: [RESEND PATCH 2/2] perf tools: Adjust symbol for shared objects Arnaldo Carvalho de Melo <acme@redhat.com> - 2016-04-07 22:10 +0200
    [tip:perf/core] perf symbols: Adjust symbol for shared objects tip-bot for Wang Nan <tipbot@zytor.com> - 2016-04-13 09:30 +0200
  [RESEND PATCH 1/2] perf tools: Record text offset in dso to calculate objdump address Wang Nan <wangnan0@huawei.com> - 2016-04-07 12:30 +0200
    [tip:perf/core] perf symbols: Record text offset in dso to  calculate objdump address tip-bot for Wang Nan <tipbot@zytor.com> - 2016-04-13 09:30 +0200

csiph-web