Home
last modified time | relevance | path

Searched refs:m_decoded_threads (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp67 auto it = m_decoded_threads.find(thread.GetID()); in Decode()
68 if (it != m_decoded_threads.end()) in Decode()
88 m_decoded_threads.try_emplace(thread.GetID(), decoded_thread_sp); in Decode()
H A DTraceIntelPTMultiCpuDecoder.h99 llvm::DenseMap<lldb::tid_t, DecodedThreadSP> m_decoded_threads; variable