mayank rana wrote:
> Hi,
>
> I am working on Optimization of particular source code. I am using FC3
> Linux kernel 2.6. Can anyone suggest How I can profile my own code
> kernel space module? I want all the possible information regarding
> functions, files and other shared libraries used in tht source code.
>
> some pointers to good material or examples will help.....
>
>
> Regards,
> _-_Mayank Rana_-_
> "The greatest pleasure in life is to do what people say U cannot do."
Hi,
There are some writeups at http://people.redhat.com/wcohen include one
analyzing
kernel module profiles on FC3.
In general it is a good idea to use set up OProfile with "--separate=library"
to
associate library code with the executable using it. The will help to determine
which executable is using a particular library.
-Will
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|