Re: [PATCH v3 1/4] perf tools: add Java demangling support

2015-02-21 Thread Stephane Eranian
On Fri, Feb 20, 2015 at 10:17 PM, Namhyung Kim wrote: > > Hi Stephane, > > On Wed, Feb 18, 2015 at 10:40:25PM +0100, Stephane Eranian wrote: > > Add Java function descriptor demangling support. > > Something bfd cannot do. > > > > Use the JAVA_DEMANGLE_NORET flag to avoid decoding the > > return t

Re: [PATCH v3 1/4] perf tools: add Java demangling support

2015-02-20 Thread Namhyung Kim
Hi Stephane, On Wed, Feb 18, 2015 at 10:40:25PM +0100, Stephane Eranian wrote: > Add Java function descriptor demangling support. > Something bfd cannot do. > > Use the JAVA_DEMANGLE_NORET flag to avoid decoding the > return type of functions. > > Signed-off-by: Stephane Eranian > --- > tools/

[PATCH v3 1/4] perf tools: add Java demangling support

2015-02-18 Thread Stephane Eranian
Add Java function descriptor demangling support. Something bfd cannot do. Use the JAVA_DEMANGLE_NORET flag to avoid decoding the return type of functions. Signed-off-by: Stephane Eranian --- tools/perf/Makefile.perf| 2 + tools/perf/util/demangle-java.c | 199 +