File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 " ;
You can’t perform that action at this time.
0 commit comments