Home
last modified time | relevance | path

Searched defs:decoded_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp138 DecodedThread &decoded_thread) in PSBBlockAnomalyDetector() argument
340 DecodedThread &decoded_thread, TraceIntelPT &trace_intel_pt, in PSBBlockDecoder() argument
374 DecodedThread &decoded_thread, in Create() argument
562 DecodedThread &decoded_thread, TraceIntelP in DecodeSingleTraceForThread() argument
587 DecodeSystemWideTraceForThread(DecodedThread & decoded_thread,TraceIntelPT & trace_intel_pt,const DenseMap<lldb::cpu_id_t,llvm::ArrayRef<uint8_t>> & buffers,const std::vector<IntelPTThreadContinousExecution> & executions) DecodeSystemWideTraceForThread() argument
[all...]
H A DThreadDecoder.cpp42 if (Expected<DecodedThreadSP> decoded_thread = DoDecode()) { in Decode() local
H A DTraceIntelPT.cpp230 if (Expected<DecodedThreadSP> decoded_thread = Decode(thread)) { in CreateNewCursor() local