Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/aggregation/
Daggregation_controller.ts46 abstract getDefaultSorting(): Sorting;
114 let sorting = `${this.getDefaultSorting().column} ${
115 this.getDefaultSorting().direction}`;
Dcpu_by_process_aggregation_controller.ts61 getDefaultSorting(): Sorting { method in CpuByProcessAggregationController
Dcpu_aggregation_controller.ts62 getDefaultSorting(): Sorting { method in CpuAggregationController
Dslice_aggregation_controller.ts74 getDefaultSorting(): Sorting { method in SliceAggregationController
Dcounter_aggregation_controller.ts141 getDefaultSorting(): Sorting { method in CounterAggregationController
Dthread_aggregation_controller.ts163 getDefaultSorting(): Sorting {