Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp64 size_t DecodedThread::GetRawTraceSize() const { return m_raw_trace_size; } in GetRawTraceSize()
97 ArrayRef<IntelPTInstruction> DecodedThread::GetInstructions() const { in GetInstructions()
101 DecodedThread::DecodedThread(ThreadSP thread_sp, Error error) in DecodedThread() function in DecodedThread
106 DecodedThread::DecodedThread(ThreadSP thread_sp, in DecodedThread() function in DecodedThread
116 lldb::TraceCursorUP DecodedThread::GetCursor() { in GetCursor()
H A DDecodedThread.h127 class DecodedThread : public std::enable_shared_from_this<DecodedThread> {
129 DecodedThread(lldb::ThreadSP thread_sp,
135 DecodedThread(lldb::ThreadSP thread_sp, llvm::Error error);
159 using DecodedThreadSP = std::shared_ptr<DecodedThread>;
H A DIntelPTDecoder.cpp259 return std::make_shared<DecodedThread>(m_trace_thread->shared_from_this(), in DoDecode()
263 return std::make_shared<DecodedThread>(m_trace_thread->shared_from_this(), in DoDecode()
274 return std::make_shared<DecodedThread>( in DoDecode()
277 return std::make_shared<DecodedThread>(m_thread_sp, in DoDecode()
H A DTraceIntelPT.cpp95 return std::make_shared<DecodedThread>( in Decode()
101 return std::make_shared<DecodedThread>( in Decode()