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

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h573 STAMCOUNTER StatInstrDirtyBad; member in struct:PATM
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp231 SSMFIELD_ENTRY_IGNORE( PATM, StatInstrDirtyBad),
330 SSMFIELD_ENTRY_IGNORE( PATM, StatInstrDirtyBad),
H A DPATM.cpp295 STAM_REG(pVM, &pVM->patm.s.StatInstrDirtyBad, STAMTYPE_COUNTER, "/PATM/Instr/Dirty/Failed", STAMUNIT_OCCURENCES, "Number of times instructions were marked dirty and we were not able to correct them.");
6346 STAM_COUNTER_INC(&pVM->patm.s.StatInstrDirtyBad);

Completed in 67 milliseconds