Lines Matching refs:TraceIntelPTMultiCpuDecoder
19 TraceIntelPTMultiCpuDecoder::TraceIntelPTMultiCpuDecoder( in TraceIntelPTMultiCpuDecoder() function in TraceIntelPTMultiCpuDecoder
29 TraceIntelPTSP TraceIntelPTMultiCpuDecoder::GetTrace() { in GetTrace()
33 bool TraceIntelPTMultiCpuDecoder::TracesThread(lldb::tid_t tid) const { in TracesThread()
37 Expected<std::optional<uint64_t>> TraceIntelPTMultiCpuDecoder::FindLowestTSC() { in FindLowestTSC()
59 Expected<DecodedThreadSP> TraceIntelPTMultiCpuDecoder::Decode(Thread &thread) { in Decode()
113 TraceIntelPTMultiCpuDecoder::DoCorrelateContextSwitchesAndIntelPtTraces() { in DoCorrelateContextSwitchesAndIntelPtTraces()
177 Error TraceIntelPTMultiCpuDecoder::CorrelateContextSwitchesAndIntelPtTraces() { in CorrelateContextSwitchesAndIntelPtTraces()
200 size_t TraceIntelPTMultiCpuDecoder::GetNumContinuousExecutionsForThread( in GetNumContinuousExecutionsForThread()
210 size_t TraceIntelPTMultiCpuDecoder::GetTotalContinuousExecutionsCount() const { in GetTotalContinuousExecutionsCount()
220 TraceIntelPTMultiCpuDecoder::GePSBBlocksCountForThread(lldb::tid_t tid) const { in GePSBBlocksCountForThread()
232 size_t TraceIntelPTMultiCpuDecoder::GetUnattributedPSBBlocksCount() const { in GetUnattributedPSBBlocksCount()
236 size_t TraceIntelPTMultiCpuDecoder::GetTotalPSBBlocksCount() const { in GetTotalPSBBlocksCount()