Results 1 to 2 of 2
Hi friends,
Im doing drivers for char devices...need to track all the driver calls made by application
see an example
DRVFUN_ADD(int x,int y)
DRVFUN_ MUL(int x,int y)
suppose im calling ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2009 #1
Need to log calls made by application
Hi friends,
Im doing drivers for char devices...need to track all the driver calls made by application
see an example
DRVFUN_ADD(int x,int y)
DRVFUN_ MUL(int x,int y)
suppose im calling from an userspace(Application)
DRVFUN_ADD(0, 20);
DRVFUN_ MUL(5, 20);
how to log these calls made on driver by applications for Debugging purpose.
thanks in advance.
- 03-29-2011 #2Just Joined!
- Join Date
- Apr 2009
- Location
- Chennai
- Posts
- 15
any answers which helps will be appreciated...kindly provide asap


Reply With Quote
