Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp69 auto it = m_decoded_threads.find(thread.GetID()); in Decode()
70 if (it != m_decoded_threads.end()) in Decode()
90 m_decoded_threads.try_emplace(thread.GetID(), decoded_thread_sp); in Decode()
H A DTraceIntelPTMultiCpuDecoder.h98 llvm::DenseMap<lldb::tid_t, DecodedThreadSP> m_decoded_threads; variable