Home
last modified time | relevance | path

Searched refs:ThreadDecoder (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h23 class ThreadDecoder {
30 ThreadDecoder(const lldb::ThreadSP &thread_sp, TraceIntelPT &trace);
45 ThreadDecoder(const ThreadDecoder &other) = delete;
46 ThreadDecoder &operator=(const ThreadDecoder &other) = delete;
H A DThreadDecoder.cpp23 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder() function in ThreadDecoder
26 Expected<Optional<uint64_t>> ThreadDecoder::FindLowestTSC() { in FindLowestTSC()
41 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode()
52 llvm::Expected<DecodedThreadSP> ThreadDecoder::DoDecode() { in DoDecode()
H A Dforward-declarations.h18 class ThreadDecoder; variable
H A DCMakeLists.txt22 ThreadDecoder.cpp
H A DTraceIntelPT.h240 llvm::DenseMap<lldb::tid_t, std::unique_ptr<ThreadDecoder>> thread_decoders;
H A DTraceIntelPT.cpp111 thread->GetID(), std::make_unique<ThreadDecoder>(thread, *trace_sp)); in CreateInstanceForPostmortemTrace()
524 thread_state.tid, std::make_unique<ThreadDecoder>(thread_sp, *this)); in DoRefreshLiveProcessState()