Searched refs:sort_callchain (Results 1 – 1 of 1) sorted by relevance
308 void Sort(std::vector<EntryT*>& v, bool sort_callchain) { in Sort() argument309 if (sort_callchain) { in Sort()