Home
last modified time | relevance | path

Searched refs:TraceIntelPTMultiCpuDecoder (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp20 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()
234 size_t TraceIntelPTMultiCpuDecoder::GetUnattributedPSBBlocksCount() const { in GetUnattributedPSBBlocksCount()
[all …]
H A DTraceIntelPTMultiCpuDecoder.h31 class TraceIntelPTMultiCpuDecoder {
35 TraceIntelPTMultiCpuDecoder(TraceIntelPTSP trace_sp);
H A DCMakeLists.txt26 TraceIntelPTMultiCpuDecoder.cpp
H A DTraceIntelPT.h238 llvm::Optional<TraceIntelPTMultiCpuDecoder> multicpu_decoder;