Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h53 uint64_t GetStartTSC() const;
H A DTraceIntelPTMultiCpuDecoder.cpp144 if (*it->tsc > thread_execution.GetStartTSC()) { in DoCorrelateContextSwitchesAndIntelPtTraces()
H A DPerfContextSwitchDecoder.cpp116 uint64_t ThreadContinuousExecution::GetStartTSC() const { in GetStartTSC() function in ThreadContinuousExecution