Re: [PATCH v4 2/4] perf tools: add Java demangling support

From: Stephane Eranian
Date: Wed Mar 25 2015 - 20:57:35 EST


On Wed, Mar 25, 2015 at 1:34 PM, Carl E. Love <cel@xxxxxxxxxx> wrote:
> On Tue, 2015-03-24 at 23:25 +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 <eranian@xxxxxxxxxx>
>> ---
>> tools/perf/util/Build | 1 +
>> tools/perf/util/demangle-java.c | 199
>> ++++++++++++++++++++++++++++++++++++++++
>> tools/perf/util/demangle-java.h | 10 ++
>> tools/perf/util/symbol-elf.c | 3 +
>
> Stephane:
>
> Your patch makes a change to tools/perf/util/Build. I don't find that
> file in the linux kernel source tree for 4.0-rc5. I built the tool just
> to see if that file gets created by the build but still did not find it.
> I am wondering where the file comes from?
>
Im on tip.git and at commit:
f05bf44 Merge branch 'perf/core'

I had to do this to get the features-tests to work. This setup keeps
changing on me.

> Carl Love
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/