Searched refs:getColumnDefinitions (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/ui/src/controller/aggregation/ | ||
D | aggregation_controller.ts | 47 abstract getColumnDefinitions(): ColumnDef[]; |
D | cpu_by_process_aggregation_controller.ts | 65 getColumnDefinitions(): ColumnDef[] { method in CpuByProcessAggregationController |
D | cpu_aggregation_controller.ts | 66 getColumnDefinitions(): ColumnDef[] { method in CpuAggregationController |
D | slice_aggregation_controller.ts | 78 getColumnDefinitions(): ColumnDef[] { method in SliceAggregationController |
D | counter_aggregation_controller.ts | 74 getColumnDefinitions(): ColumnDef[] { method in CounterAggregationController |
D | thread_aggregation_controller.ts | 104 getColumnDefinitions(): ColumnDef[] { |