Home
last modified time | relevance | path

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

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