Lines Matching refs:thread_execution
289 auto variant = execution.thread_execution.variant; in DecodeSystemWideTraceForThread()
293 decoded_thread.NotifyTsc(execution.thread_execution.tscs.complete.start); in DecodeSystemWideTraceForThread()
297 execution.thread_execution.tscs.only_start.start); in DecodeSystemWideTraceForThread()
303 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()
311 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
322 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
328 decoders.find(execution.thread_execution.cpu_id)->second; 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()
357 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
372 ? exec.thread_execution.GetLowestKnownTSC() in operator <()