Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h213 uint64_t GetTotalInstructionCount() const;
H A DLibiptDecoder.cpp156 m_decoded_thread.GetTotalInstructionCount() - in DetectAnomaly()
296 m_decoded_thread.GetTotalInstructionCount(); in RefreshPacketOffset()
H A DDecodedThread.cpp174 uint64_t DecodedThread::GetTotalInstructionCount() const { in GetTotalInstructionCount() function in DecodedThread