Home
last modified time | relevance | path

Searched refs:LiveThreadDecoder (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DIntelPTDecoder.h68 class LiveThreadDecoder : public ThreadDecoder {
75 LiveThreadDecoder(Thread &thread, TraceIntelPT &trace);
H A DIntelPTDecoder.cpp267 LiveThreadDecoder::LiveThreadDecoder(Thread &thread, TraceIntelPT &trace) in LiveThreadDecoder() function in LiveThreadDecoder
270 DecodedThreadSP LiveThreadDecoder::DoDecode() { in DoDecode()
H A DTraceIntelPT.cpp204 &thread, std::make_unique<LiveThreadDecoder>(thread, *this)); in DoRefreshLiveProcessState()