Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.h59 size_t GetTotalContinuousExecutionsCount() const;
H A DTraceIntelPT.cpp340 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfo()
453 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfoAsJson()
458 storage.multicpu_decoder->GetTotalContinuousExecutionsCount()); in DumpTraceInfoAsJson()
H A DTraceIntelPTMultiCpuDecoder.cpp210 size_t TraceIntelPTMultiCpuDecoder::GetTotalContinuousExecutionsCount() const { in GetTotalContinuousExecutionsCount() function in TraceIntelPTMultiCpuDecoder