Lines Matching refs:TraceIntelPTMultiCpuDecoder
20 TraceIntelPTMultiCpuDecoder::TraceIntelPTMultiCpuDecoder( in TraceIntelPTMultiCpuDecoder() function in TraceIntelPTMultiCpuDecoder
30 TraceIntelPTSP TraceIntelPTMultiCpuDecoder::GetTrace() { in GetTrace()
34 bool TraceIntelPTMultiCpuDecoder::TracesThread(lldb::tid_t tid) const { in TracesThread()
38 Expected<Optional<uint64_t>> TraceIntelPTMultiCpuDecoder::FindLowestTSC() { in FindLowestTSC()
60 Expected<DecodedThreadSP> TraceIntelPTMultiCpuDecoder::Decode(Thread &thread) { in Decode()
115 TraceIntelPTMultiCpuDecoder::DoCorrelateContextSwitchesAndIntelPtTraces() { in DoCorrelateContextSwitchesAndIntelPtTraces()
179 Error TraceIntelPTMultiCpuDecoder::CorrelateContextSwitchesAndIntelPtTraces() { in CorrelateContextSwitchesAndIntelPtTraces()
202 size_t TraceIntelPTMultiCpuDecoder::GetNumContinuousExecutionsForThread( in GetNumContinuousExecutionsForThread()
212 size_t TraceIntelPTMultiCpuDecoder::GetTotalContinuousExecutionsCount() const { in GetTotalContinuousExecutionsCount()
222 TraceIntelPTMultiCpuDecoder::GePSBBlocksCountForThread(lldb::tid_t tid) const { in GePSBBlocksCountForThread()
234 size_t TraceIntelPTMultiCpuDecoder::GetUnattributedPSBBlocksCount() const { in GetUnattributedPSBBlocksCount()
238 size_t TraceIntelPTMultiCpuDecoder::GetTotalPSBBlocksCount() const { in GetTotalPSBBlocksCount()