Re: [RFC PATCH 6/8] perf tools powerpc: Fix PPC64 ELF ABIv2 symbol decoding

2014-12-10 Thread Naveen N. Rao
On 2014/12/10 09:13PM, Michael Ellerman wrote: > On Tue, 2014-12-09 at 23:04 +0530, Naveen N. Rao wrote: > > PPC64 ELF ABIv2 has a Global Entry Point (GEP) and a Local Entry Point > > (LEP). For purposes of probing, we need the LEP. Offset to the LEP is > > encoded in st_other. > > > > diff --git

Re: [RFC PATCH 6/8] perf tools powerpc: Fix PPC64 ELF ABIv2 symbol decoding

2014-12-10 Thread Michael Ellerman
On Tue, 2014-12-09 at 23:04 +0530, Naveen N. Rao wrote: > PPC64 ELF ABIv2 has a Global Entry Point (GEP) and a Local Entry Point > (LEP). For purposes of probing, we need the LEP. Offset to the LEP is > encoded in st_other. > > diff --git a/tools/perf/arch/powerpc/util/elf-sym-decode.c > b/tools/

[RFC PATCH 6/8] perf tools powerpc: Fix PPC64 ELF ABIv2 symbol decoding

2014-12-09 Thread Naveen N. Rao
PPC64 ELF ABIv2 has a Global Entry Point (GEP) and a Local Entry Point (LEP). For purposes of probing, we need the LEP. Offset to the LEP is encoded in st_other. Signed-off-by: Ananth N Mavinakayanahalli Signed-off-by: Naveen N. Rao --- tools/perf/arch/powerpc/Makefile | 1 + tool