Re: [PATCH V5 3/9] perf tools: workaround objdump difficulties withkcore

From: Jiri Olsa
Date: Tue Oct 08 2013 - 10:03:17 EST


On Tue, Oct 08, 2013 at 11:45:50AM +0300, Adrian Hunter wrote:
> objdump fails to annotate module symbols when looking
> at kcore. Workaround this by extracting object code
> from kcore and putting it in a temporary file for
> objdump to use instead. The temporary file is created
> to look like kcore but contains only the function
> being disassembled.

Excited to ses this one, but looks like I'm hitting some
issue. All annotation starts for me like this:

â
â Disassembly of section load0: â
â â
â ffffffff815eee80 <load0>: â
9.33 âffffffff815eee80: data32 data32 data32 xchg %ax,%ax


which does not seem right

thanks,
jirka
--
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/