Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp153 m_decoded_thread.NotifyTsc(event.tsc); in ProcessPTEvents()
293 decoded_thread.NotifyTsc(execution.thread_execution.tscs.complete.start); in DecodeSystemWideTraceForThread()
296 decoded_thread.NotifyTsc( in DecodeSystemWideTraceForThread()
338 decoded_thread.NotifyTsc(execution.thread_execution.tscs.complete.end); in DecodeSystemWideTraceForThread()
341 decoded_thread.NotifyTsc(execution.thread_execution.tscs.only_end.end); in DecodeSystemWideTraceForThread()
H A DDecodedThread.h235 void NotifyTsc(TSC tsc);
H A DDecodedThread.cpp122 void DecodedThread::NotifyTsc(TSC tsc) { in NotifyTsc() function in DecodedThread