Changeset 43496 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 1, 2012 5:28:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r43494 r43496 522 522 HM_REG_COUNTER(&pVCpu->hm.s.StatExitDRxWrite, "/HM/CPU%d/Exit/Instr/DR/Write"); 523 523 HM_REG_COUNTER(&pVCpu->hm.s.StatExitDRxRead, "/HM/CPU%d/Exit/Instr/DR/Read"); 524 HM_REG_COUNTER(&pVCpu->hm.s.StatExitC LTS, "/HM/CPU%d/Exit/Instr/CLTS");524 HM_REG_COUNTER(&pVCpu->hm.s.StatExitClts, "/HM/CPU%d/Exit/Instr/CLTS"); 525 525 HM_REG_COUNTER(&pVCpu->hm.s.StatExitLMSW, "/HM/CPU%d/Exit/Instr/LMSW"); 526 526 HM_REG_COUNTER(&pVCpu->hm.s.StatExitCli, "/HM/CPU%d/Exit/Instr/Cli"); … … 538 538 HM_REG_COUNTER(&pVCpu->hm.s.StatExitMaxResume, "/HM/CPU%d/Exit/MaxResume"); 539 539 HM_REG_COUNTER(&pVCpu->hm.s.StatExitPreemptPending, "/HM/CPU%d/Exit/PreemptPending"); 540 HM_REG_COUNTER(&pVCpu->hm.s.StatExitM TF, "/HM/CPU%d/Exit/MonitorTrapFlag");540 HM_REG_COUNTER(&pVCpu->hm.s.StatExitMtf, "/HM/CPU%d/Exit/MonitorTrapFlag"); 541 541 542 542 HM_REG_COUNTER(&pVCpu->hm.s.StatSwitchGuestIrq, "/HM/CPU%d/Switch/IrqPending"); … … 556 556 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushTLBWorldSwitch, "/HM/CPU%d/Flush/TLB/Switch"); 557 557 HM_REG_COUNTER(&pVCpu->hm.s.StatNoFlushTLBWorldSwitch, "/HM/CPU%d/Flush/TLB/Skipped"); 558 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushA SID, "/HM/CPU%d/Flush/TLB/ASID");559 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushN P, "/HM/CPU%d/Flush/TLB/NP");560 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushT LBInvlpga, "/HM/CPU%d/Flush/TLB/PhysInvl");558 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushAsid, "/HM/CPU%d/Flush/TLB/ASID"); 559 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushNestedPaging, "/HM/CPU%d/Flush/TLB/NestedPaging"); 560 HM_REG_COUNTER(&pVCpu->hm.s.StatFlushTlbInvlpga, "/HM/CPU%d/Flush/TLB/PhysInvl"); 561 561 HM_REG_COUNTER(&pVCpu->hm.s.StatTlbShootdown, "/HM/CPU%d/Flush/Shootdown/Page"); 562 562 HM_REG_COUNTER(&pVCpu->hm.s.StatTlbShootdownFlush, "/HM/CPU%d/Flush/Shootdown/TLB");
Note:
See TracChangeset
for help on using the changeset viewer.