Searched refs:ThreadDecoder (Results 1 – 6 of 6) sorted by relevance
23 class ThreadDecoder {30 ThreadDecoder(const lldb::ThreadSP &thread_sp, TraceIntelPT &trace);45 ThreadDecoder(const ThreadDecoder &other) = delete;46 ThreadDecoder &operator=(const ThreadDecoder &other) = delete;
23 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder() function in ThreadDecoder26 Expected<Optional<uint64_t>> ThreadDecoder::FindLowestTSC() { in FindLowestTSC()41 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode()52 llvm::Expected<DecodedThreadSP> ThreadDecoder::DoDecode() { in DoDecode()
18 class ThreadDecoder; variable
22 ThreadDecoder.cpp
240 llvm::DenseMap<lldb::tid_t, std::unique_ptr<ThreadDecoder>> thread_decoders;
111 thread->GetID(), std::make_unique<ThreadDecoder>(thread, *trace_sp)); in CreateInstanceForPostmortemTrace()524 thread_state.tid, std::make_unique<ThreadDecoder>(thread_sp, *this)); in DoRefreshLiveProcessState()