Lines Matching full:tsc
45 uint64_t tsc; member
47 /* The base Time Stamp Count (from TSC and MTC). */
68 /* A flag saying whether we have seen a TSC packet. */
86 * Provides the estimated Time Stamp Count value in @tsc.
92 * Returns -pte_internal if @tsc or @time is NULL.
93 * Returns -pte_no_time if there has not been a TSC packet.
95 extern int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc,
131 * use TSC, instead.
140 /* The last TSC value.
142 * Used for calibrating at TSC.
144 uint64_t tsc; member
146 /* The number of cycles since the last TSC (from CYC).
148 * Used for calibrating at TSC.