Lines Matching refs:execution
286 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread() local
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()
307 if (execution.intelpt_subtraces.empty()) { 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()
330 execution.intelpt_subtraces) { 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()