Re: [PATCH 0/9] perf tools: add support for reading object code

2013-07-27 Thread Jiri Olsa
On Thu, Jul 25, 2013 at 05:01:21PM +0300, Adrian Hunter wrote: > Hi > > Here are some patches that add support for reading object code from vmlinux, > kernel modules and /proc/kcore. hum.. looks like it's based on your previous fixies plus some from David? I couldn't get it cleanly applied on lat

Re: [PATCH 0/9] perf tools: add support for reading object code

2013-07-25 Thread Ingo Molnar
* Adrian Hunter wrote: > Hi > > Here are some patches that add support for reading object code from vmlinux, > kernel modules and /proc/kcore. Nice feature! Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@v

[PATCH 0/9] perf tools: add support for reading object code

2013-07-25 Thread Adrian Hunter
Hi Here are some patches that add support for reading object code from vmlinux, kernel modules and /proc/kcore. Adrian Hunter (9): perf tools: add test for reading object code perf tools: load kernel maps before using perf tools: make it possible to read object code from vmlinu