How to record(reverse-engineer) PCI transactions on Linux

2.3k views Asked by At

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?

1

There are 1 answers

1
ephemient On BEST ANSWER

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