Lines Matching refs:decoded_thread
138 DecodedThread &decoded_thread) in PSBBlockAnomalyDetector() argument
139 : m_decoder(decoder), m_decoded_thread(decoded_thread) { in PSBBlockAnomalyDetector()
340 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in PSBBlockDecoder() argument
343 m_next_block_ip(next_block_ip), m_decoded_thread(decoded_thread), in PSBBlockDecoder()
344 m_anomaly_detector(*m_decoder_up, trace_intel_pt, decoded_thread), in PSBBlockDecoder()
374 DecodedThread &decoded_thread, in Create() argument
382 decoded_thread, trace_intel_pt, tsc_upper_bound); in Create()
562 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in DecodeSingleTraceForThread() argument
574 *decoded_thread.GetThread()->GetProcess(), in DecodeSingleTraceForThread()
576 decoded_thread, std::nullopt); in DecodeSingleTraceForThread()
587 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in DecodeSystemWideTraceForThread() argument
598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread()
602 decoded_thread.NotifyTsc( in DecodeSystemWideTraceForThread()
608 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()
613 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
625 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()
640 *decoded_thread.GetThread()->GetProcess(), in DecodeSystemWideTraceForThread()
644 decoded_thread, execution.thread_execution.GetEndTSC()); in DecodeSystemWideTraceForThread()
661 decoded_thread.AppendCustomError( in DecodeSystemWideTraceForThread()