Searched refs:LiveThreadDecoder (Results 1 – 3 of 3) sorted by relevance
68 class LiveThreadDecoder : public ThreadDecoder {75 LiveThreadDecoder(Thread &thread, TraceIntelPT &trace);
267 LiveThreadDecoder::LiveThreadDecoder(Thread &thread, TraceIntelPT &trace) in LiveThreadDecoder() function in LiveThreadDecoder270 DecodedThreadSP LiveThreadDecoder::DoDecode() { in DoDecode()
204 &thread, std::make_unique<LiveThreadDecoder>(thread, *this)); in DoRefreshLiveProcessState()