How to trace functions in a driver??



Hi , I want to trace my net adapter's driver and see functions in the
driver call each other. I install the Linux trace toolkit and strace
but they can only display the system calls of my driver. I want to know
if i can use gdb to trace dirver .If it is possible ,How can i do that?
Is there any articles talking about driver tracing and debuging ?

.



Relevant Pages