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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp379 STAM_REG(pVM, &pPool->StatCacheKindMismatches, STAMTYPE_COUNTER, "/PGM/Pool/Cache/KindMismatches", STAMUNIT_OCCURENCES, "The number of shadow page kind mismatches. (Better be low, preferably 0!)");
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2460 STAMCOUNTER StatCacheKindMismatches; member in struct:PGMPOOL
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp2247 STAM_COUNTER_INC(&pPool->StatCacheKindMismatches);

Completed in 148 milliseconds