Searched refs:FindLowestTSC (Results 1 – 5 of 5) sorted by relevance
43 llvm::Expected<std::optional<uint64_t>> FindLowestTSC();
74 llvm::Expected<std::optional<uint64_t>> FindLowestTSC();
24 Expected<std::optional<uint64_t>> ThreadDecoder::FindLowestTSC() { in FindLowestTSC() function in ThreadDecoder
37 Expected<std::optional<uint64_t>> TraceIntelPTMultiCpuDecoder::FindLowestTSC() { in FindLowestTSC() function in TraceIntelPTMultiCpuDecoder
205 storage.multicpu_decoder->FindLowestTSC()) { in FindBeginningOfTimeNanos() 213 Expected<std::optional<uint64_t>> tsc = decoder.second->FindLowestTSC(); in FindBeginningOfTimeNanos()