Home
last modified time | relevance | path

Searched defs:io_wait (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/trace_processor/metrics/sql/android/startup/
Dthread_state_breakdown.sql39 SELECT startup_id, state, is_main_thread, thread_name, io_wait, SUM(dur) AS dur field
/external/perfetto/src/trace_processor/importers/common/
Dthread_state_tracker.cc106 std::optional<bool> io_wait, in PushBlockedReason()
Dthread_state_tracker_unittest.cc70 std::optional<bool> io_wait = std::nullopt, in VerifyThreadState()
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.cc273 auto io_wait = base::StringToInt32(args["iowait"]); in ParseLine() local
/external/perfetto/protos/perfetto/trace/ftrace/
Dsched.proto27 optional uint32 io_wait = 3; field
/external/perfetto/test/
Dsynth_common.py470 def add_sched_blocked_reason(self, ts, pid, io_wait, unblock_pid): argument
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto9595 optional uint32 io_wait = 3; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto9737 optional uint32 io_wait = 3; field
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h62245 wait_queue_head_t io_wait; member
Dvmlinux_602.h62245 wait_queue_head_t io_wait; member