Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2008-07-07 Thread Riku Voipio
The problem is that the vmlinuz file in /boot and modules in /lib/modules do not carry debug symbols. Therefor the vmlinux and unstripped modules would be needed in a linux-debug-2.6.x-x-all package carrying these would be nice. See the following discussion about systemtap for example:

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2008-07-07 Thread Johan Walles
As a workaround for this if you want the kernel symbols for OProfile, you can use this script instead of opreport: http://marc.info/?l=oprofile-listm=121514749918466q=p3 It fetches kernel symbol information from /proc/kallsyms and lists them in a format identical to what opreport -l uses.

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2008-04-21 Thread Hing-Wah Wan
Hi, +!. I also wish the vmlinux can also be shipped for use by oprofile without the need to recompile the kernel. Regards, hingwah -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2008-01-03 Thread Robert Edmonds
Ping. Bastian Blank wrote: On Sat, Jan 06, 2007 at 02:50:46PM +0100, Philippe Teuwen wrote: To use oprofile with kernel profiling enabled, we need the uncompressed version of the kernel image, vmlinux. Use gunzip to get them (at least for architectures which simply compresses it with

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2007-01-06 Thread Philippe Teuwen
Package: linux-source-2.6.18 Severity: wishlist Hello, To use oprofile with kernel profiling enabled, we need the uncompressed version of the kernel image, vmlinux. When using the debian kernel image this is not possible, it is required to take the kernel sources and to compile a new image with

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2007-01-06 Thread Bastian Blank
reassign 405810 linux-2.6 tags 405810 moreinfo thanks On Sat, Jan 06, 2007 at 02:50:46PM +0100, Philippe Teuwen wrote: To use oprofile with kernel profiling enabled, we need the uncompressed version of the kernel image, vmlinux. Use gunzip to get them (at least for architectures which

Bug#405810: Please provide package with vmlinuX, similar to kernel-debuginfo on redhat

2007-01-06 Thread Philippe Teuwen
To use oprofile with kernel profiling enabled, we need the uncompressed version of the kernel image, vmlinux. Use gunzip to get them (at least for architectures which simply compresses it with gzip). Some architectures also uses uncompressed files. I'm using i386 and I tried many