Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h55 uint64_t GetStartTSC() const;
H A DTraceIntelPTMultiCpuDecoder.cpp146 if (it->tsc > thread_execution.GetStartTSC()) { in DoCorrelateContextSwitchesAndIntelPtTraces()
H A DPerfContextSwitchDecoder.cpp115 uint64_t ThreadContinuousExecution::GetStartTSC() const { in GetStartTSC() function in ThreadContinuousExecution