Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTMultiCpuDecoder.cpp171 for (auto &tid_executions : continuous_executions_per_thread) in DoCorrelateContextSwitchesAndIntelPtTraces() local
172 std::sort(tid_executions.second.begin(), tid_executions.second.end()); in DoCorrelateContextSwitchesAndIntelPtTraces()