Searched refs:PostMortemThreadDecoder (Results 1 – 3 of 3) sorted by relevance
51 class PostMortemThreadDecoder : public ThreadDecoder {58 PostMortemThreadDecoder(const lldb::ThreadPostMortemTraceSP &trace_thread,
250 PostMortemThreadDecoder::PostMortemThreadDecoder( in PostMortemThreadDecoder() function in PostMortemThreadDecoder254 DecodedThreadSP PostMortemThreadDecoder::DoDecode() { in DoDecode()
89 thread.get(), std::make_unique<PostMortemThreadDecoder>(thread, *this)); in TraceIntelPT()