I am trying to build my own profiler for kernel module,
I have thought of creating a deamon that will profile
any kernel module that is invoked, by monitoring the resources
like memory usage, time stamp, etc, at that time.

Deamon will be invoked when inserting our module with insmod -d

And i don't want to change the module source code.

Can anyone suggest me another alternative.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to