Home
last modified time | relevance | path

Searched refs:decoded_thread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp38 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
260 LibiptDecoder libipt_decoder(*decoder_up.get(), decoded_thread); in DecodeSingleTraceForThread()
266 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in DecodeSystemWideTraceForThread() argument
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()
[all …]
H A DThreadDecoder.cpp43 if (Expected<DecodedThreadSP> decoded_thread = DoDecode()) { in Decode() local
44 m_decoded_thread = *decoded_thread; in Decode()
46 return decoded_thread.takeError(); in Decode()
H A DLibiptDecoder.h51 llvm::Error DecodeSingleTraceForThread(DecodedThread &decoded_thread,
78 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt,
H A DTraceIntelPT.cpp181 if (Expected<DecodedThreadSP> decoded_thread = Decode(thread)) { in CreateNewCursor() local
185 thread.shared_from_this(), *decoded_thread, m_storage.tsc_conversion, in CreateNewCursor()
190 return decoded_thread.takeError(); in CreateNewCursor()