|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vmlinux creation after build
If you are compiling from kernel source rpms that is provided with
Fedora, you can get vmlinux by installing the kernel-debuginfo package
built by rpmbuild. If you are compiling from upstream source, you need
to compile using -g flag for gcc. You need to make the appropriate
changes in Makefile, I don't know where. The resulting vmlinuz compiled
by passing -g flag is equal to vmlinux.
--Sadique
Daniel S. Lee wrote:
Hi all,
I'm trying to use oprofile/xenoprofile to profile some things on my
fedora box (running xen 3.2). In order to do kernel profiling, it
needs a vmlinux file, but all I could find were the zipped vmlinuz
versions after the build. Is there a way to have the makefile create
the vmlinux and put it somewhere or am I simply not looking in the
right location?
Thanks in advance,
Daniel
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|