Home
last modified time | relevance | path

Searched refs:GetItemsCount (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp88 uint64_t DecodedThread::GetItemsCount() const { return m_item_kinds.size(); } in GetItemsCount() function in DecodedThread
114 m_psb_offsets.try_emplace(GetItemsCount(), psb_offset); in NotifySyncPoint()
126 m_tscs.emplace(GetItemsCount(), TSCRange{tsc, 0, GetItemsCount()}).first; in NotifyTsc()
133 .emplace(GetItemsCount(), NanosecondsRange{nanos, tsc, nullptr, 0, in NotifyTsc()
134 GetItemsCount()}) in NotifyTsc()
147 m_cpus.emplace(GetItemsCount(), cpu_id); in NotifyCPU()
H A DTraceCursorIntelPT.cpp78 m_pos = m_decoded_thread_sp->GetItemsCount() - 1 + offset; in Seek()
91 static_cast<uint64_t>(m_pos) < m_decoded_thread_sp->GetItemsCount(); in HasValue()
137 return id < m_decoded_thread_sp->GetItemsCount(); in HasId()
H A DDecodedThread.h158 uint64_t GetItemsCount() const;
H A DTraceIntelPT.cpp279 uint64_t items_count = decoded_thread_sp->GetItemsCount(); in DumpTraceInfo()
383 uint64_t insn_len = decoded_thread_sp->GetItemsCount(); in DumpTraceInfoAsJson()
H A DLibiptDecoder.cpp246 *prev_insn_index(m_decoded_thread.GetItemsCount()); in TryIdentifyInfiniteLoop()