Searched refs:StatNrInstr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h201 STAMCOUNTER StatNrInstr; member in struct:CSAM
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp148 SSMFIELD_ENTRY_IGNORE( CSAM, StatNrInstr),
284 STAM_REG(pVM, &pVM->csam.s.StatNrInstr, STAMTYPE_COUNTER, "/CSAM/ScannedInstr", STAMUNIT_OCCURENCES, "The number of scanned instructions.");
2281 STAM_COUNTER_ADD(&pVM->csam.s.StatNrInstr, 1);

Completed in 38 milliseconds