Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.h58 size_t GetTotalContinuousExecutionsCount() const;
H A DTraceIntelPT.cpp277 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfo()
404 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfoAsJson()
409 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfoAsJson()
H A DTraceIntelPTMultiCpuDecoder.cpp212 size_t TraceIntelPTMultiCpuDecoder::GetTotalContinuousExecutionsCount() const { in GetTotalContinuousExecutionsCount() function in TraceIntelPTMultiCpuDecoder