Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp395 m_decoded_thread.NotifyTsc(*m_psb_block.tsc); in DecodePSBBlock()
494 m_decoded_thread.NotifyTsc(tsc); in ProcessPTEventTSC()
598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread()
602 decoded_thread.NotifyTsc( in DecodeSystemWideTraceForThread()
H A DDecodedThread.h236 void NotifyTsc(TSC tsc);
H A DDecodedThread.cpp120 void DecodedThread::NotifyTsc(TSC tsc) { in NotifyTsc() function in DecodedThread