Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h242 void NotifySyncPoint(lldb::addr_t psb_offset);
H A DDecodedThread.cpp113 void DecodedThread::NotifySyncPoint(lldb::addr_t psb_offset) { in NotifySyncPoint() function in DecodedThread
H A DLibiptDecoder.cpp397 m_decoded_thread.NotifySyncPoint(m_psb_block.psb_offset); in DecodePSBBlock()