Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp121 return m_decoded_thread_sp->GetCPUByIndex(m_pos); in GetCPU()
H A DDecodedThread.h179 lldb::cpu_id_t GetCPUByIndex(uint64_t item_index) const;
H A DDecodedThread.cpp153 lldb::cpu_id_t DecodedThread::GetCPUByIndex(uint64_t item_index) const { in GetCPUByIndex() function in DecodedThread