Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/thread_state/
Dcontroller.ts107 new Map<{shortState: string, ioWait: boolean | undefined}, number>();
108 function internState(shortState: string, ioWait: boolean|undefined) {
109 let idx = stringIndexes.get({shortState, ioWait});
112 data.strings.push(translateState(shortState, ioWait));
113 stringIndexes.set({shortState, ioWait}, idx);
138 const ioWait = constant
148 data.state[row] = internState(state, ioWait);
/external/perfetto/ui/src/common/
Dthread_state.ts33 state: string|undefined, ioWait: boolean|undefined = undefined) {
39 if (ioWait === true) {
41 } else if (ioWait === false) {
/external/perfetto/ui/src/controller/aggregation/
Dthread_aggregation_controller.ts94 const ioWait = result.columns[1].isNulls![row] ? constant
97 summary.states.push(translateState(state, ioWait));
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts100 const ioWait = constant
102 return translateState(split[0], ioWait);
/external/perfetto/ui/src/controller/
Dselection_controller.ts268 const ioWait = constant
270 const state = translateState(stateStr, ioWait);