Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTThreadTraceCollection.h62 size_t GetTracedThreadsCount() const;
H A DIntelPTThreadTraceCollection.cpp72 size_t IntelPTThreadTraceCollection::GetTracedThreadsCount() const { in GetTracedThreadsCount() function in IntelPTThreadTraceCollection
H A DIntelPTCollector.cpp107 if (m_thread_traces.GetTracedThreadsCount() > 0) in TraceStart()