Lines Matching refs:trace_sp
21 TraceIntelPTSP trace_sp) in TraceIntelPTMultiCpuDecoder() argument
22 : m_trace_wp(trace_sp) { in TraceIntelPTMultiCpuDecoder()
23 for (Process *proc : trace_sp->GetAllProcesses()) { in TraceIntelPTMultiCpuDecoder()
40 TraceIntelPTSP trace_sp = GetTrace(); in FindLowestTSC() local
47 FindLowestTSCInTrace(*trace_sp, cpu_id_to_buffer.second); in FindLowestTSC()
64 TraceIntelPTSP trace_sp = GetTrace(); in Decode() local
66 return trace_sp in Decode()
74 thread.shared_from_this(), trace_sp->GetPerfZeroTscConversion()); in Decode()
76 Error err = trace_sp->OnAllCpusBinaryDataRead( in Decode()
83 *decoded_thread_sp, *trace_sp, buffers, it->second); in Decode()
118 TraceIntelPTSP trace_sp = GetTrace(); in DoCorrelateContextSwitchesAndIntelPtTraces() local
121 trace_sp->GetPerfZeroTscConversion(); in DoCorrelateContextSwitchesAndIntelPtTraces()
129 for (cpu_id_t cpu_id : trace_sp->GetTracedCpus()) { in DoCorrelateContextSwitchesAndIntelPtTraces()
131 GetIntelPTSubtracesForCpu(*trace_sp, cpu_id); in DoCorrelateContextSwitchesAndIntelPtTraces()
155 Error err = trace_sp->OnCpuBinaryDataRead( in DoCorrelateContextSwitchesAndIntelPtTraces()