Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
56 m_tsc_range = m_decoded_thread_sp->GetTSCRangeByIndex(m_pos); in GetTSCRange()
66 m_decoded_thread_sp->GetNanosecondsRangeByIndex(m_pos); in GetNanosecondsRange()
78 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()
95 return m_decoded_thread_sp->GetItemKindByIndex(m_pos); in GetItemKind()
99 return m_decoded_thread_sp->GetErrorByIndex(m_pos); in GetError()
103 return m_decoded_thread_sp->GetInstructionLoadAddress(m_pos); in GetLoadAddress()
121 return m_decoded_thread_sp->GetCPUByIndex(m_pos); in GetCPU()
125 return m_decoded_thread_sp in GetEventType()
[all...]
H A DTraceCursorIntelPT.h66 DecodedThreadSP m_decoded_thread_sp; variable