Searched refs:decoded_thread (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/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() 331 /// \param[in] decoded_thread 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() 367 /// \param[in] decoded_thread 374 DecodedThread &decoded_thread, in Create() argument 382 decoded_thread, trace_intel_pt, tsc_upper_bound); in Create() 562 DecodedThread &decoded_thread, TraceIntelP in DecodeSingleTraceForThread() argument 587 DecodeSystemWideTraceForThread(DecodedThread & decoded_thread,TraceIntelPT & trace_intel_pt,const DenseMap<lldb::cpu_id_t,llvm::ArrayRef<uint8_t>> & buffers,const std::vector<IntelPTThreadContinousExecution> & executions) DecodeSystemWideTraceForThread() argument [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()
|