Changeset 271 in vbox for trunk/src/VBox
- Timestamp:
- Jan 24, 2007 1:42:58 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17811
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r234 r271 496 496 STAM_REG(pVM, &pVM->vmm.s.StatGCRetPatchPF, STAMTYPE_COUNTER, "/VMM/GCRet/PatchPF", STAMUNIT_OCCURENCES, "Number of VINF_PATM_PATCH_TRAP_PF returns."); 497 497 STAM_REG(pVM, &pVM->vmm.s.StatGCRetPatchGP, STAMTYPE_COUNTER, "/VMM/GCRet/PatchGP", STAMUNIT_OCCURENCES, "Number of VINF_PATM_PATCH_TRAP_GP returns."); 498 STAM_REG(pVM, &pVM->vmm.s.StatGCRetPatchIretIRQ, STAMTYPE_COUNTER, "/VMM/GCRet/PatchIret", STAMUNIT_OCCURENCES, "Number of VINF_PATM_PENDING_IRQ_AFTER_IRET returns."); 498 499 STAM_REG(pVM, &pVM->vmm.s.StatGCRetPageOverflow, STAMTYPE_COUNTER, "/VMM/GCRet/InvlpgOverflow", STAMUNIT_OCCURENCES, "Number of VERR_REM_FLUSHED_PAGES_OVERFLOW returns."); 499 500 STAM_REG(pVM, &pVM->vmm.s.StatGCRetRescheduleREM, STAMTYPE_COUNTER, "/VMM/GCRet/ScheduleREM", STAMUNIT_OCCURENCES, "Number of VINF_EM_RESCHEDULE_REM returns."); -
trunk/src/VBox/VMM/VMMInternal.h
r247 r271 285 285 STAMCOUNTER StatGCRetPatchPF; 286 286 STAMCOUNTER StatGCRetPatchGP; 287 STAMCOUNTER StatGCRetPatchIretIRQ; 287 288 STAMCOUNTER StatGCRetPageOverflow; 288 289 STAMCOUNTER StatGCRetRescheduleREM;
Note:
See TracChangeset
for help on using the changeset viewer.