LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel Module profiling (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-module-profiling-681742/)

prashantbansal81 11-07-2008 05:14 AM

Kernel Module profiling
 
Hi,

I have a kernel module on which I want to carry out profiling. The output expected from profiling is:
- Time spent in each function during initialization, de-initialization, interrupt routine, Tx path and Rx path.
- MIPS (Million Instructions Per Second) for the kernel module.
- Code size of the different files which are part of kernel module.

Is there any profiling tool available in linux to get this information or a standard mechanism to obtain it?

Many thanks in advance.

Prashant


All times are GMT -5. The time now is 04:35 AM.