Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h43 llvm::Expected<llvm::Optional<uint64_t>> FindLowestTSC();
H A DTraceIntelPTMultiCpuDecoder.h73 llvm::Expected<llvm::Optional<uint64_t>> FindLowestTSC();
H A DThreadDecoder.cpp26 Expected<Optional<uint64_t>> ThreadDecoder::FindLowestTSC() { in FindLowestTSC() function in ThreadDecoder
H A DTraceIntelPTMultiCpuDecoder.cpp38 Expected<Optional<uint64_t>> TraceIntelPTMultiCpuDecoder::FindLowestTSC() { in FindLowestTSC() function in TraceIntelPTMultiCpuDecoder
H A DTraceIntelPT.cpp156 storage.multicpu_decoder->FindLowestTSC()) { in FindBeginningOfTimeNanos()
164 Expected<Optional<uint64_t>> tsc = decoder.second->FindLowestTSC(); in FindBeginningOfTimeNanos()