Searched refs:InThreadTrackSortKey (Results  1 – 5 of 5) sorted by relevance
| /external/perfetto/ui/src/tracks/chrome_scroll_jank/ | 
| D | index.ts | 24 import {InThreadTrackSortKey} from '../../common/state'; 101       priority: InThreadTrackSortKey.ORDINARY,
  | 
| /external/perfetto/ui/src/controller/ | 
| D | visualised_args_controller.ts | 20 import {InThreadTrackSortKey} from '../common/state'; 106             {utid, priority: InThreadTrackSortKey.VISUALISED_ARGS_TRACK},
  | 
| D | track_decider.ts | 35   InThreadTrackSortKey, 925           priority: InThreadTrackSortKey.THREAD_SCHEDULING_STATE_TRACK, 964           priority: InThreadTrackSortKey.CPU_STACK_SAMPLES_TRACK, 1019           priority: InThreadTrackSortKey.ORDINARY, 1266               InThreadTrackSortKey.DEFAULT_TRACK : 1267               InThreadTrackSortKey.ORDINARY, 1285                 InThreadTrackSortKey.DEFAULT_TRACK : 1286                 InThreadTrackSortKey.ORDINARY, 1841         priority: InThreadTrackSortKey.THREAD_COUNTER_TRACK,
  | 
| /external/perfetto/ui/src/common/ | 
| D | actions_unittest.ts | 28   InThreadTrackSortKey, 409       priority: InThreadTrackSortKey.ORDINARY, 420       priority: InThreadTrackSortKey.ORDINARY, 431       priority: InThreadTrackSortKey.ORDINARY,
  | 
| D | state.ts | 147 export enum InThreadTrackSortKey {  enum 159   priority: InThreadTrackSortKey,
  |