Home
last modified time | relevance | path

Searched defs:ioWait (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.ThreadState/
H A Dthread_state_track.ts36 ioWait: NUM_NULL, constant
96 const ioWait = row.ioWait === null ? undefined : !!row.ioWait; constant
H A Dthread_state_selection_aggregator.ts91 const ioWait = it.ioWait === null ? undefined : it.ioWait > 0; constant
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Daggregation_panel.ts141 const ioWait = constant
/aosp_15_r20/external/perfetto/ui/src/components/sql_utils/
H A Dthread_state.ts167 const ioWait = it.io_wait === null ? undefined : it.io_wait > 0; constant