Lines Matching refs:decoded_thread
38 LibiptDecoder(pt_insn_decoder &decoder, DecodedThread &decoded_thread) in LibiptDecoder() argument
39 : m_decoder(decoder), m_decoded_thread(decoded_thread) {} in LibiptDecoder()
249 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in DecodeSingleTraceForThread() argument
257 *decoded_thread.GetThread()->GetProcess())) in DecodeSingleTraceForThread()
260 LibiptDecoder libipt_decoder(*decoder_up.get(), decoded_thread); in DecodeSingleTraceForThread()
266 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in DecodeSystemWideTraceForThread() argument
277 *decoded_thread.GetThread()->GetProcess())) in DecodeSystemWideTraceForThread()
281 LibiptDecoder(*decoder_up->release(), decoded_thread)); in DecodeSystemWideTraceForThread()
293 decoded_thread.NotifyTsc(execution.thread_execution.tscs.complete.start); in DecodeSystemWideTraceForThread()
296 decoded_thread.NotifyTsc( in DecodeSystemWideTraceForThread()
303 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()
308 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
319 decoded_thread.AppendCustomError( 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()
354 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()