Home
last modified time | relevance | path

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

/external/perfetto/ui/src/core_plugins/chrome_scroll_jank/
Dchrome_tasks_scroll_jank_track.ts15 import {InThreadTrackSortKey} from '../../common/state';
85 priority: InThreadTrackSortKey.ORDINARY,
/external/perfetto/ui/src/frontend/
Dvisualized_args_tracks.ts18 import {InThreadTrackSortKey} from '../common/state';
112 : {utid, priority: InThreadTrackSortKey.VISUALISED_ARGS_TRACK},
/external/perfetto/ui/src/common/
Dactions_unittest.ts25 InThreadTrackSortKey,
425 priority: InThreadTrackSortKey.ORDINARY,
436 priority: InThreadTrackSortKey.ORDINARY,
447 priority: InThreadTrackSortKey.ORDINARY,
Dstate.ts194 export enum InThreadTrackSortKey { enum
206 priority: InThreadTrackSortKey;
/external/perfetto/ui/src/controller/
Dtrack_decider.ts21 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,