Cuda Zero-Copy Memory Transactions

I want to know how data transfers in zero-copy (mapped pinned memory) take place from host to device and vice-versa. The Profilers don’t profile the PCI transactions. Is there any way I can track these PCI bus transactions and know the data movement?