Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
77 m_pos = m_decoded_thread_sp->GetItemsCount() - 1 + offset; in Seek()
90 static_cast<uint64_t>(m_pos) < m_decoded_thread_sp->GetItemsCount(); in HasValue()
94 return m_decoded_thread_sp->GetItemKindByIndex(m_pos); in GetItemKind()
98 return m_decoded_thread_sp->GetErrorByIndex(m_pos); in GetError()
102 return m_decoded_thread_sp->GetInstructionLoadAddress(m_pos); in GetLoadAddress()
120 return m_decoded_thread_sp->GetCPUByIndex(m_pos); in GetCPU()
124 return m_decoded_thread_sp->GetEventByIndex(m_pos); in GetEventType()
[all …]
H A DTraceCursorIntelPT.h63 DecodedThreadSP m_decoded_thread_sp; variable