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

/vbox/include/VBox/vmm/
H A Dstam.h639 * @param pProfileAdv Pointer to the STAMPROFILEADV structure to operate on.
660 * @param pProfileAdv Pointer to the STAMPROFILEADV structure to operate on.
809 * @param pProfileAdv Pointer to the STAMPROFILEADV structure to operate on.
813 # define STAM_REL_PROFILE_ADV_START(pProfileAdv, Prefix) \
814 STAM_GET_TS((pProfileAdv)->tsStart)
816 # define STAM_REL_PROFILE_ADV_START(pProfileAdv, Prefix) do { } while (0)
821 * @param pProfileAdv Pointer to the STAMPROFILEADV structure to operate on.
825 # define STAM_PROFILE_ADV_START(pProfileAdv, Prefix) STAM_REL_PROFILE_ADV_START(pProfileAdv, Prefix)
827 # define STAM_PROFILE_ADV_START(pProfileAdv, Prefi
[all...]
/vbox/src/VBox/VMM/include/
H A DSTAMInternal.h98 PSTAMPROFILEADV pProfileAdv; member in union:STAMDESC::STAMDESCSAMPLEDATA

Completed in 33 milliseconds