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

/vbox/include/VBox/vmm/
H A Dstam.h48 /** @def STAM_GET_TS
56 # define STAM_GET_TS(u64) __asm__ __volatile__ ("rdtsc\n\t" : "=A" (u64)) macro
58 # define STAM_GET_TS(u64) \
67 # define STAM_GET_TS(u64) \
70 # define STAM_GET_TS(u64) \
682 STAM_GET_TS(Prefix##_tsStart)
710 STAM_GET_TS(Prefix##_cTicks); \
748 STAM_GET_TS(Prefix##_cTicks); \
814 STAM_GET_TS((pProfileAdv)->tsStart)
844 STAM_GET_TS(Prefi
[all...]

Completed in 41 milliseconds