Home
last modified time | relevance | path

Searched refs:GetTSCRangeByIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp56 m_tsc_range = m_decoded_thread_sp->GetTSCRangeByIndex(m_pos); in GetTSCRange()
H A DDecodedThread.h194 GetTSCRangeByIndex(uint64_t item_index) const;
H A DDecodedThread.cpp159 DecodedThread::GetTSCRangeByIndex(uint64_t item_index) const { in GetTSCRangeByIndex() function in DecodedThread