Ubuntu 2.6.35 vmlinux image for kernel profiling using oprofile

1.1k Views Asked by At

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

2

There are 2 best solutions below

0
On

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.

0
On

See this answer on Superuser for how to install an uncompressed (debug) version of your kernel.