Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp110 trace_sp->m_storage.thread_decoders.try_emplace( in CreateInstanceForPostmortemTrace()
137 auto it = storage.thread_decoders.find(thread.GetID()); in Decode()
138 if (it == storage.thread_decoders.end()) in Decode()
163 for (auto &decoder : storage.thread_decoders) { in FindBeginningOfTimeNanos()
523 m_storage.thread_decoders.try_emplace( in DoRefreshLiveProcessState()
552 return storage.thread_decoders.count(tid); in IsTraced()
H A DTraceIntelPT.h240 llvm::DenseMap<lldb::tid_t, std::unique_ptr<ThreadDecoder>> thread_decoders; member