Searched refs:StatInstrDirtyGood (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h572 STAMCOUNTER StatInstrDirtyGood; member in struct:PATM
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp230 SSMFIELD_ENTRY_IGNORE( PATM, StatInstrDirtyGood),
329 SSMFIELD_ENTRY_IGNORE( PATM, StatInstrDirtyGood),
H A DPATM.cpp294 STAM_REG(pVM, &pVM->patm.s.StatInstrDirtyGood, STAMTYPE_COUNTER, "/PATM/Instr/Dirty/Corrected", STAMUNIT_OCCURENCES, "Number of times instructions were marked dirty and corrected later on.");
6342 STAM_COUNTER_INC(&pVM->patm.s.StatInstrDirtyGood);

Completed in 67 milliseconds