Searched refs:IntelPTThreadContinousExecution (Results 1 – 4 of 4) sorted by relevance
42 struct IntelPTThreadContinousExecution { struct46 IntelPTThreadContinousExecution( in IntelPTThreadContinousExecution() argument51 bool operator<(const IntelPTThreadContinousExecution &o) const;89 const std::vector<IntelPTThreadContinousExecution> &executions);
89 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>97 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
112 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()
589 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 <()