Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_sorter.cc87 size_t min_queue_idx = 0; // The index of the queue with the min(ts). in SortAndExtractEventsBeyondWindow() local
105 min_queue_idx = i; in SortAndExtractEventsBeyondWindow()
117 Queue& queue = queues_[min_queue_idx]; in SortAndExtractEventsBeyondWindow()
138 if (min_queue_idx == 0) { in SortAndExtractEventsBeyondWindow()
143 uint32_t cpu = static_cast<uint32_t>(min_queue_idx - 1); in SortAndExtractEventsBeyondWindow()