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

/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h210 STAMPROFILE StatCheckGates; member in struct:CSAM
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp157 SSMFIELD_ENTRY_IGNORE( CSAM, StatCheckGates),
302 STAM_REG(pVM, &pVM->csam.s.StatCheckGates, STAMTYPE_PROFILE, "/PROF/CSAM/CheckGates", STAMUNIT_TICKS_PER_CALL, "CSAMR3CheckGates overhead.");
2575 STAM_PROFILE_START(&pVM->csam.s.StatCheckGates, a);
2584 STAM_PROFILE_STOP(&pVM->csam.s.StatCheckGates, a);
2706 STAM_PROFILE_STOP(&pVM->csam.s.StatCheckGates, a);

Completed in 2059 milliseconds