HI i want to run profiling on Kernel using Oprofile but it requires uncompressed vmlinux image and ubuntu 10.10 provides vmlinuz which is stripped and compressed. Pls help

link|improve this question
1  
Is using Oprofile mandatory ? Do you know about the perf tool ?Is your question "How to profile the kernel", or "How to get an uncompressed linux image from an ubuntu installation". Please clarify your question – shodanex Jan 27 at 13:10
Hi...NO restriction as it comes to tool but should be free. my objective is to get profiling info abt kernel..But i think that debug symbol info is a must for profiling kernel and ultimately it boils down to getting uncompressed linux image from ubuntu installation – user1173298 Jan 27 at 14:11
feedback

1 Answer

You may need to rebuild the kernel from source or find an uncompressed copy of vmlinux. The vmlinuz file is stripped of symbols along with the ELF header to save space, and are needed for oprofile.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.