Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.h33 struct IntelPTThreadContinousExecution { struct
37 IntelPTThreadContinousExecution( in IntelPTThreadContinousExecution() argument
42 bool operator<(const IntelPTThreadContinousExecution &o) const;
80 const std::vector<IntelPTThreadContinousExecution> &executions);
H A DLibiptDecoder.cpp268 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 <()
H A DTraceIntelPTMultiCpuDecoder.h88 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
96 llvm::DenseMap<lldb::tid_t, std::vector<IntelPTThreadContinousExecution>>>
H A DTraceIntelPTMultiCpuDecoder.cpp114 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()