Searched refs:thread_execution (Results 1 – 3 of 3) sorted by relevance
43 ThreadContinuousExecution thread_execution; member47 const ThreadContinuousExecution &thread_execution) in IntelPTThreadContinousExecution()48 : thread_execution(thread_execution) {} in IntelPTThreadContinousExecution()
594 auto variant = execution.thread_execution.variant; in DecodeSystemWideTraceForThread()598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread()603 std::min(execution.thread_execution.GetLowestKnownTSC(), in DecodeSystemWideTraceForThread()608 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()616 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()628 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()638 buffers.lookup(execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()644 decoded_thread, execution.thread_execution.GetEndTSC()); in DecodeSystemWideTraceForThread()664 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()678 return exec.psb_blocks.empty() ? exec.thread_execution.GetLowestKnownTSC() in operator <()
138 [&](const ThreadContinuousExecution &thread_execution) { in DoCorrelateContextSwitchesAndIntelPtTraces() argument139 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces()142 *it->tsc < thread_execution.GetEndTSC(); in DoCorrelateContextSwitchesAndIntelPtTraces()144 if (*it->tsc > thread_execution.GetStartTSC()) { in DoCorrelateContextSwitchesAndIntelPtTraces()150 continuous_executions_per_thread[thread_execution.tid].push_back( in DoCorrelateContextSwitchesAndIntelPtTraces()