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()
45
45
cout << " RFO* - Demand Data RFO\n " ;
46
46
cout << " CRd* - Demand Code Read\n " ;
47
47
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 " ;
49
49
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 " ;
51
51
cout << " PCIeItoM - PCIe Write transfer (allocating) (full cache line)\n " ;
52
52
cout << " PCIeNSWr - PCIe Non-snoop write transfer (partial cache line)\n " ;
53
53
cout << " PCIeNSWrF - PCIe Non-snoop write transfer (full cache line)\n " ;
You can’t perform that action at this time.
0 commit comments