/external/perfetto/test/trace_processor/parsing/ |
D | sched_blocked_reason_symbolized_to_systrace.out | 2 " <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…
|
D | sched_blocked_reason_symbolized.textproto | 10 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
|
D | sched_blocked_proto.py | 30 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)
|
D | sched_blocked_systrace_sched_blocked_reason.out | 1 "ts","tid","io_wait"
|
D | sched_blocked_proto_sched_blocked_reason.out | 1 "ts","tid","io_wait"
|
D | sched_blocked_reason.sql | 1 select ts, tid, EXTRACT_ARG(arg_set_id, 'io_wait') as io_wait
|
/external/perfetto/src/trace_processor/metrics/android/ |
D | android_sysui_cuj.sql | 221 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)
|
D | android_jank.sql | 53 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/ |
D | format | 11 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/ |
D | format | 11 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/ |
D | thread_state_generator_unittest.cc | 79 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()
|
D | thread_state_generator.cc | 282 row.io_wait = info.io_wait; in FlushPendingEventsForThread() 318 info.io_wait = opt_value->bool_value; in AddBlockedReasonEvent()
|
D | thread_state_generator.h | 53 base::Optional<bool> io_wait; member
|
/external/autotest/server/cros/ |
D | resource_monitor.py | 129 (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/ |
D | systrace_line_parser.cc | 237 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/ |
D | sched.proto | 27 optional uint32 io_wait = 3; field
|
/external/perfetto/src/trace_processor/tables/ |
D | slice_tables.h | 83 C(base::Optional<uint32_t>, io_wait) \
|
/external/perfetto/test/ |
D | synth_common.py | 420 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/ |
D | fix.diff | 291 + vio->io_wait = vio_io_wait_fuzz;
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 1422 inserter.AddArg(io_wait_id_, Variadic::Boolean(evt.io_wait())); in ParseSchedBlockedReason()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 5060 MAKE_ENTRY(io_wait); in DBEnv_memp_stat()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 4919 optional uint32 io_wait = 3; field
|