Searched refs:full_sort (Results 1 – 6 of 6) sorted by relevance
77 bool full_sort = false; in Main() local111 full_sort = true; in Main()168 truncate_keep, full_sort); in Main()172 truncate_keep, full_sort); in Main()176 truncate_keep, full_sort); in Main()184 if (full_sort) { in Main()
83 bool full_sort) { in TraceToJson() argument88 config.sorting_mode = full_sort in TraceToJson()
31 bool full_sort);
38 bool full_sort);
278 bool full_sort) { in TraceToSystrace() argument283 config.sorting_mode = full_sort in TraceToSystrace()
82 void CreateSorter(bool full_sort = true) { in CreateSorter() argument85 auto sorting_mode = full_sort ? TraceSorter::SortingMode::kFullSort in CreateSorter()