Searched defs:STAM_STATS (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dstam.h93 /** @def STAM_STATS
98 # define STAM_STATS(code) STAM_REL_STATS(code) macro
100 # define STAM_STATS(code) do {} while(0)
1082 * @remark Use STAM_STATS or STAM_REL_STATS for modifying A & B values.
1136 STAM_STATS({STAM_REL_REG(pVM, pvSample, enmType, pszName, enmUnit, pszDesc);})
1164 STAM_STATS({ STAM_REL_REG_USED(pVM, pvSample, enmType, pszName, enmUnit, pszDesc); })

Completed in 35 milliseconds