Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h60 uint64_t GetEndTSC() const;
H A DTraceIntelPTMultiCpuDecoder.cpp144 it->tsc < thread_execution.GetEndTSC(); in DoCorrelateContextSwitchesAndIntelPtTraces()
H A DPerfContextSwitchDecoder.cpp130 uint64_t ThreadContinuousExecution::GetEndTSC() const { in GetEndTSC() function in ThreadContinuousExecution