Searched refs:InThreadTrackSortKey (Results 1 – 5 of 5) sorted by relevance
| /external/perfetto/ui/src/core_plugins/chrome_scroll_jank/ |
| D | chrome_tasks_scroll_jank_track.ts | 15 import {InThreadTrackSortKey} from '../../common/state'; 85 priority: InThreadTrackSortKey.ORDINARY,
|
| /external/perfetto/ui/src/frontend/ |
| D | visualized_args_tracks.ts | 18 import {InThreadTrackSortKey} from '../common/state'; 112 : {utid, priority: InThreadTrackSortKey.VISUALISED_ARGS_TRACK},
|
| /external/perfetto/ui/src/common/ |
| D | actions_unittest.ts | 25 InThreadTrackSortKey, 425 priority: InThreadTrackSortKey.ORDINARY, 436 priority: InThreadTrackSortKey.ORDINARY, 447 priority: InThreadTrackSortKey.ORDINARY,
|
| D | state.ts | 194 export enum InThreadTrackSortKey { enum 206 priority: InThreadTrackSortKey;
|
| /external/perfetto/ui/src/controller/ |
| D | track_decider.ts | 21 InThreadTrackSortKey, 648 const priority = InThreadTrackSortKey.THREAD_SCHEDULING_STATE_TRACK; 698 priority: InThreadTrackSortKey.CPU_STACK_SAMPLES_TRACK, 750 priority: InThreadTrackSortKey.ORDINARY, 995 ? InThreadTrackSortKey.DEFAULT_TRACK 996 : InThreadTrackSortKey.ORDINARY, 1571 priority: InThreadTrackSortKey.THREAD_COUNTER_TRACK,
|