- Timestamp:
- Dec 16, 2013 10:45:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r49770 r49925 811 811 STAMR3RegisterF(pVM, &pVCpu->hm.s.paStatInjectedIrqs[j], STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, 812 812 "Injected event.", 813 (j < 0x20) ? "/HM/CPU%d/EventInject/ Event/Trap/%02X" : "/HM/CPU%d/EventInject/Event/IRQ/%02X", i, j);813 (j < 0x20) ? "/HM/CPU%d/EventInject/InjectTrap/%02X" : "/HM/CPU%d/EventInject/InjectIRQ/%02X", i, j); 814 814 } 815 815
Note:
See TracChangeset
for help on using the changeset viewer.