2004-10-09 21:45:58

by anil dahiya

[permalink] [raw]
Subject: module profiling

Hello
Plz tell me how to do module profiling on linux kernel
2.4.20 ???
Thanks & Reagrds,
Anil Kumar

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


2004-10-09 22:01:19

by Randy.Dunlap

[permalink] [raw]
Subject: Re: module profiling

anil dahiya wrote:
> Hello
> Plz tell me how to do module profiling on linux kernel
> 2.4.20 ???

Try oprofile (see oprofile.sf.net) or try this patch
for old-school in-kernel profiling:

http://www.ussg.iu.edu/hypermail/linux/kernel/0203.2/0950.html

That patch was for 2.4.18. It was never updated for other
2.4.x versions that I know of.

--
~Randy