Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp158 trace_sp->m_storage.thread_decoders.try_emplace( in CreateInstanceForPostmortemTrace()
186 auto it = storage.thread_decoders.find(thread.GetID()); in Decode()
187 if (it == storage.thread_decoders.end()) in Decode()
212 for (auto &decoder : storage.thread_decoders) { in FindBeginningOfTimeNanos()
572 m_storage.thread_decoders.try_emplace( in DoRefreshLiveProcessState()
601 return storage.thread_decoders.count(tid); in IsTraced()
H A DTraceIntelPT.h268 llvm::DenseMap<lldb::tid_t, std::unique_ptr<ThreadDecoder>> thread_decoders; member