Skip to content

Commit 3efd912

Browse files
authored
Merge pull request #969 from 144026/master
2 parents a1ada59 + 376c414 commit 3efd912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pcm-pcie.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ void print_events()
4545
cout << " RFO* - Demand Data RFO\n";
4646
cout << " CRd* - Demand Code Read\n";
4747
cout << " DRd - Demand Data Read\n";
48-
cout << " PCIeNSWr - PCIe Non-snoop write transfer (partial cache line)\n";
48+
cout << " PCIeNSRd - PCIe Non-snoop read transfer\n";
4949
cout << " PCIe write events (PCI devices writing to memory - application reads from disk/network/PCIe device):\n";
50-
cout << " PCIeWiLF - PCIe Write transfer (non-allocating) (full cache line)\n";
50+
cout << " PCIeWiLF - PCIe MMIO Write transfer (non-allocating) (full cache line)\n";
5151
cout << " PCIeItoM - PCIe Write transfer (allocating) (full cache line)\n";
5252
cout << " PCIeNSWr - PCIe Non-snoop write transfer (partial cache line)\n";
5353
cout << " PCIeNSWrF - PCIe Non-snoop write transfer (full cache line)\n";

0 commit comments

Comments
 (0)