Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DIntelPTThreadTraceCollection.h61 size_t GetTracedThreadsCount() const;
H A DIntelPTThreadTraceCollection.cpp71 size_t IntelPTThreadTraceCollection::GetTracedThreadsCount() const { in GetTracedThreadsCount() function in IntelPTThreadTraceCollection
H A DIntelPTCollector.cpp110 if (m_thread_traces.GetTracedThreadsCount() > 0) in TraceStart()