Home
last modified time | relevance | path

Searched refs:io_wait (Results 1 – 22 of 22) sorted by relevance

/external/perfetto/test/trace_processor/parsing/
Dsched_blocked_reason_symbolized_to_systrace.out2 " <idle>-0 (-----) [002] .... 0.000999: sched_blocked_reason: pid=102 io_wait=1 caller…
3 " <idle>-0 (-----) [003] .... 0.000999: sched_blocked_reason: pid=105 io_wait=1 caller…
4 " <idle>-0 (-----) [001] .... 0.001000: sched_blocked_reason: pid=100 io_wait=0 caller…
5 " <idle>-0 (-----) [001] .... 0.001001: sched_blocked_reason: pid=101 io_wait=0 caller…
6 " <idle>-0 (-----) [002] .... 0.001002: sched_blocked_reason: pid=103 io_wait=1 caller…
7 " <idle>-0 (-----) [001] .... 0.001003: sched_blocked_reason: pid=100 io_wait=1 caller…
8 " <idle>-0 (-----) [002] .... 0.001005: sched_blocked_reason: pid=104 io_wait=1 caller…
Dsched_blocked_reason_symbolized.textproto10 io_wait: 0
19 io_wait: 0
43 io_wait: 1
52 io_wait: 1
61 io_wait: 1
77 io_wait: 1
99 io_wait: 1
Dsched_blocked_proto.py30 trace.add_sched_blocked_reason(ts=100, pid=1, io_wait=0, unblock_pid=3)
31 trace.add_sched_blocked_reason(ts=110, pid=2, io_wait=1, unblock_pid=3)
Dsched_blocked_systrace_sched_blocked_reason.out1 "ts","tid","io_wait"
Dsched_blocked_proto_sched_blocked_reason.out1 "ts","tid","io_wait"
Dsched_blocked_reason.sql1 select ts, tid, EXTRACT_ARG(arg_set_id, 'io_wait') as io_wait
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_sysui_cuj.sql221 io_wait AS io_wait, field
224 GROUP BY frame_number, state, io_wait
247 io_wait AS io_wait, field
250 GROUP BY frame_number, state, io_wait
324 ((state = 'D' OR state = 'DK') AND io_wait)
325 OR (state = 'DK' AND io_wait IS NULL)
344 ((state = 'D' OR state = 'DK') AND io_wait)
345 OR (state = 'DK' AND io_wait IS NULL)
Dandroid_jank.sql53 AND (((state = 'D' OR state = 'DK') AND io_wait) OR (state = 'DK' AND io_wait IS NULL))
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sched/sched_blocked_reason/
Dformat11 field:bool io_wait; offset:16; size:1; signed:0;
13 print fmt: "pid=%d iowait=%d caller=%pS", REC->pid, REC->io_wait, REC->caller
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_blocked_reason/
Dformat11 field:bool io_wait; offset:24; size:1; signed:0;
13 print fmt: "pid=%d iowait=%d caller=%pS", REC->pid, REC->io_wait, REC->caller
/external/perfetto/src/trace_processor/dynamic/
Dthread_state_generator_unittest.cc79 void AddBlockedReason(Ts ts, UniqueTid utid, bool io_wait) { in AddBlockedReason() argument
88 Variadic::Boolean(io_wait)); in AddBlockedReason()
104 base::Optional<bool> io_wait = base::nullopt) { in VerifyThreadState() argument
128 io_wait ? base::make_optional(static_cast<uint32_t>(*io_wait)) in VerifyThreadState()
Dthread_state_generator.cc282 row.io_wait = info.io_wait; in FlushPendingEventsForThread()
318 info.io_wait = opt_value->bool_value; in AddBlockedReasonEvent()
Dthread_state_generator.h53 base::Optional<bool> io_wait; member
/external/autotest/server/cros/
Dresource_monitor.py129 (cpu_user, cpu_sys, cpu_nice, cpu_idle, io_wait, irq, sirq,
148 IOWait=io_wait, IRQ=irq, SoftIRQ=sirq, Steal=steal,
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.cc237 auto io_wait = base::StringToInt32(args["iowait"]); in ParseLine() local
238 if (!io_wait.has_value()) { in ParseLine()
241 inserter.AddArg(io_wait_id_, Variadic::Boolean(*io_wait)); in ParseLine()
/external/perfetto/protos/perfetto/trace/ftrace/
Dsched.proto27 optional uint32 io_wait = 3; field
/external/perfetto/src/trace_processor/tables/
Dslice_tables.h83 C(base::Optional<uint32_t>, io_wait) \
/external/perfetto/test/
Dsynth_common.py420 def add_sched_blocked_reason(self, ts, pid, io_wait, unblock_pid): argument
424 sched_blocked_reason.io_wait = io_wait
/external/oss-fuzz/projects/mysql-server/
Dfix.diff291 + vio->io_wait = vio_io_wait_fuzz;
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc1422 inserter.AddArg(io_wait_id_, Variadic::Boolean(evt.io_wait())); in ParseSchedBlockedReason()
/external/python/cpython2/Modules/
D_bsddb.c5060 MAKE_ENTRY(io_wait); in DBEnv_memp_stat()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto4919 optional uint32 io_wait = 3; field