Searched refs:decoded_thread (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | LibiptDecoder.cpp | 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() [all …]
|
H A D | ThreadDecoder.cpp | 42 if (Expected<DecodedThreadSP> decoded_thread = DoDecode()) { in Decode() local 43 m_decoded_thread = *decoded_thread; in Decode() 45 return decoded_thread.takeError(); in Decode()
|
H A D | LibiptDecoder.h | 60 llvm::Error DecodeSingleTraceForThread(DecodedThread &decoded_thread, 87 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt,
|
H A D | TraceIntelPT.cpp | 230 if (Expected<DecodedThreadSP> decoded_thread = Decode(thread)) { in CreateNewCursor() local 234 thread.shared_from_this(), *decoded_thread, m_storage.tsc_conversion, in CreateNewCursor() 239 return decoded_thread.takeError(); in CreateNewCursor()
|