Searched refs:IntelPTThreadContinousExecution (Results 1 – 4 of 4) sorted by relevance
33 struct IntelPTThreadContinousExecution { struct37 IntelPTThreadContinousExecution( in IntelPTThreadContinousExecution() argument42 bool operator<(const IntelPTThreadContinousExecution &o) const;80 const std::vector<IntelPTThreadContinousExecution> &executions);
268 const std::vector<IntelPTThreadContinousExecution> &executions) { in DecodeSystemWideTraceForThread()286 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread()365 bool IntelPTThreadContinousExecution::operator<( in operator <()366 const IntelPTThreadContinousExecution &o) const { in operator <()370 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <()
88 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>96 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
114 Expected<DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>116 DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>> in DoCorrelateContextSwitchesAndIntelPtTraces()141 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces()229 for (const IntelPTThreadContinousExecution &execution : it->second) in GePSBBlocksCountForThread()