Lines Matching full:tsc
64 using TSC = uint64_t;
67 /// the same TSC value.
69 TSC tsc; member
86 /// The corresponding TSC value for this range.
87 TSC tsc; member
107 /// The tsc -> nanos conversion utility
187 /// that have the same TSC value.
193 /// The requested TSC range, or \a std::nullopt if not available.
234 /// Notify this object that a new tsc has been seen.
235 /// If this a new TSC, an event will be created.
236 void NotifyTsc(TSC tsc);
284 /// `item index -> TSC`, where `item index` is the first index
285 /// at which the mapped TSC first appears. We use this representation because
288 /// This is the chronologically last TSC that has been added.
310 /// TSC -> nanos conversion utility.