I want to record all read/write PCI transactions of a device driver. Is there a way to do it by a linux command or on software?

link|improve this question
You mean Applicaiton<--> Driver Or Driver<-->Hardware ? – Baget Nov 10 '09 at 9:57
driver<-->Hardware – Caner Altinbasak Nov 10 '09 at 11:56
feedback

1 Answer

up vote 3 down vote accepted

Memory-mapped I/O Trace is now in the mainline kernel, see /usr/src/linux/Documentation/trace/mmiotrace.txt for documentation.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.