Home
last modified time | relevance | path

Searched refs:IntelPTThreadContinousExecution (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.h42 struct IntelPTThreadContinousExecution { struct
46 IntelPTThreadContinousExecution( in IntelPTThreadContinousExecution() argument
51 bool operator<(const IntelPTThreadContinousExecution &o) const;
89 const std::vector<IntelPTThreadContinousExecution> &executions);
H A DTraceIntelPTMultiCpuDecoder.h89 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
97 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
H A DTraceIntelPTMultiCpuDecoder.cpp112 Expected<DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
114 DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>> in DoCorrelateContextSwitchesAndIntelPtTraces()
139 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces()
227 for (const IntelPTThreadContinousExecution &execution : it->second) in GePSBBlocksCountForThread()
H A DLibiptDecoder.cpp589 const std::vector<IntelPTThreadContinousExecution> &executions) { in DecodeSystemWideTraceForThread()
592 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread()
672 bool IntelPTThreadContinousExecution::operator<( in operator <()
673 const IntelPTThreadContinousExecution &o) const { in operator <()
677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()