Home
last modified time | relevance | path

Searched refs:InThreadTrackSortKey (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/tracks/chrome_scroll_jank/
Dindex.ts24 import {InThreadTrackSortKey} from '../../common/state';
101 priority: InThreadTrackSortKey.ORDINARY,
/external/perfetto/ui/src/controller/
Dvisualised_args_controller.ts20 import {InThreadTrackSortKey} from '../common/state';
106 {utid, priority: InThreadTrackSortKey.VISUALISED_ARGS_TRACK},
Dtrack_decider.ts35 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/
Dactions_unittest.ts28 InThreadTrackSortKey,
409 priority: InThreadTrackSortKey.ORDINARY,
420 priority: InThreadTrackSortKey.ORDINARY,
431 priority: InThreadTrackSortKey.ORDINARY,
Dstate.ts147 export enum InThreadTrackSortKey { enum
159 priority: InThreadTrackSortKey,