Home
last modified time | relevance | path

Searched refs:FindLowestTSC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h43 llvm::Expected<std::optional<uint64_t>> FindLowestTSC();
H A DTraceIntelPTMultiCpuDecoder.h74 llvm::Expected<std::optional<uint64_t>> FindLowestTSC();
H A DThreadDecoder.cpp24 Expected<std::optional<uint64_t>> ThreadDecoder::FindLowestTSC() { in FindLowestTSC() function in ThreadDecoder
H A DTraceIntelPTMultiCpuDecoder.cpp37 Expected<std::optional<uint64_t>> TraceIntelPTMultiCpuDecoder::FindLowestTSC() { in FindLowestTSC() function in TraceIntelPTMultiCpuDecoder
H A DTraceIntelPT.cpp205 storage.multicpu_decoder->FindLowestTSC()) { in FindBeginningOfTimeNanos()
213 Expected<std::optional<uint64_t>> tsc = decoder.second->FindLowestTSC(); in FindBeginningOfTimeNanos()