how to print function names & parmaters each time control enters the function?
Hello All,
Is there anything supported in linux so that, whenever control enters into kernel function it is should print the function name and parameters passed to the function. And during exit of the function it should print again the function name.
If linux has this feature(which helps during debugging), could you please let me know whether I need to enable any debugging modes.
Regards,
|