Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp120 return m_decoded_thread_sp->GetCPUByIndex(m_pos); in GetCPU()
H A DDecodedThread.h177 llvm::Optional<lldb::cpu_id_t> GetCPUByIndex(uint64_t item_index) const;
H A DDecodedThread.cpp155 DecodedThread::GetCPUByIndex(uint64_t item_index) const { in GetCPUByIndex() function in DecodedThread