Home
last modified time | relevance | path

Searched refs:GetLowestKnownTSC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h49 uint64_t GetLowestKnownTSC() const;
H A DLibiptDecoder.cpp598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread()
603 std::min(execution.thread_execution.GetLowestKnownTSC(), in DecodeSystemWideTraceForThread()
678 return exec.psb_blocks.empty() ? exec.thread_execution.GetLowestKnownTSC() in operator <()
H A DPerfContextSwitchDecoder.cpp101 uint64_t ThreadContinuousExecution::GetLowestKnownTSC() const { in GetLowestKnownTSC() function in ThreadContinuousExecution