HomeSort by relevance Sort by last modified time
    Searched full:iowait (Results 1 - 25 of 32) sorted by null

1 2

  /external/autotest/server/cros/res_resource_monitor/
top_field_order_changed_ans.csv 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,FreeSwap
top_whitespace_ridden_ans.csv 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,FreeSwap
top_test_data_ans.csv 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,FreeSwap
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/power/track_iowait/
format 13 field:u64 iowait; offset:24; size:8; signed:0;
15 print fmt: "CPU:%u enter_cycles=%u exit_cycles=%u io_busy=%u iowait=%lu", (unsigned int)REC->cpu, (unsigned int)REC->enter_cycle_cnt, (unsigned int)REC->exit_cycle_cnt, (unsigned int)REC->io_busy, (unsigned long)REC->iowait
  /external/autotest/client/bin/
utils_unittest.py 30 # user nice system idle iowait irq softirq steal guest guest_nice
42 'iowait': 1,
58 'iowait': 0,
72 'iowait': 500,
84 'iowait': 2000,
100 'iowait': 500,
112 'iowait': 1000,
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/sched/sched_blocked_reason/
format 13 print fmt: "pid=%d iowait=%d caller=%pS", REC->pid, REC->io_wait, REC->caller
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_blocked_reason/
format 13 print fmt: "pid=%d iowait=%d caller=%pS", REC->pid, REC->io_wait, REC->caller
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
AnrParserTest.java 42 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
60 assertEquals(0.3, anr.getCpuUsage(AnrItem.CpuUsageCategory.IOWAIT));
75 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
93 assertEquals(0.3, anr.getCpuUsage(AnrItem.CpuUsageCategory.IOWAIT));
108 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
126 assertEquals(0.3, anr.getCpuUsage(AnrItem.CpuUsageCategory.IOWAIT));
142 "33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
161 assertEquals(0.3, anr.getCpuUsage(AnrItem.CpuUsageCategory.IOWAIT));
BugreportParserTest.java 83 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
371 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
421 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
425 "04-25 17:18:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
429 "04-25 17:19:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
481 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
    [all...]
LogcatParserTest.java 46 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait");
70 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait");
411 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
415 "04-25 17:17:08.445 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
483 "04-25 17:17:08.445 1337 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
487 "04-25 17:17:08.445 1337 312 366 E ActivityManager: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait",
    [all...]
MonkeyLogParserTest.java 138 "34% TOTAL: 19% user + 13% kernel + 0.2% iowait + 1% softirq",
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/parser/
AnrParser.java 50 * Matches: 33% TOTAL: 21% user + 11% kernel + 0.3% iowait
55 private static final Pattern IOWAIT = Pattern.compile("^.* (\\d+(\\.\\d+)?)% iowait.*$");
106 m = IOWAIT.matcher(line);
108 anr.setCpuUsage(AnrItem.CpuUsageCategory.IOWAIT, usage);
  /tools/loganalysis/src/com/android/loganalysis/item/
AnrItem.java 35 IOWAIT,
58 CpuUsageCategory.IOWAIT.toString(),
  /external/autotest/client/site_tests/power_HotCPUSuspend/
power_HotCPUSuspend.py 14 PROC_STAT_CPU_FIELDS = ['user', 'nice', 'system', 'idle', 'iowait', 'irq',
16 PROC_STAT_CPU_IDLE_FIELDS = ['idle', 'iowait']
  /system/extras/boottime_tools/io_analysis/
check_io_trace_all.py 27 # ex) <...>-453 [001] d..4 3.181854: sched_blocked_reason: pid=471 iowait=1 caller=__wait_on_buffer+0x24/0x2c
237 def handle_reason(self, current_time, iowait, waiting_call):
239 # print current_time, iowait, waiting_call
240 if iowait == 1:
353 iowait = int(match.group(5))
359 process.handle_reason(current_time, iowait, waiting_call)
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 122 PROC_SPACE_TERM|PROC_OUT_LONG, // 5: iowait time
331 // Total irq time is iowait + irq + softirq time.
820 int totalTime, int user, int system, int iowait, int irq, int softIrq,
824 printRatio(pw, user+system+iowait+irq+softIrq, totalTime);
836 if (iowait > 0) {
838 printRatio(pw, iowait, totalTime);
839 pw.print("% iowait");
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/cpuinfo/
CpuUsageParser.java 37 //= Pattern.compile("(-?\\d*(?:.\\d+)?)% TOTAL: (-?\\d*(?:.\\d+)?)% user \\+ (-?\\d*(?:.\\d+)?)% kernel \\+ (-?\\d*(?:.\\d+)?)% iowait \\+ (-?\\d*(?:.\\d+)?)% softirq");
  /external/autotest/server/cros/
resource_monitor.py 89 "IOWait", "IRQ", "SoftIRQ", "Steal",
143 IOWait=io_wait, IRQ=irq, SoftIRQ=sirq, Steal=steal,
  /system/extras/app-launcher/
app-launcher 98 echo "iowait% :"
99 fgrep IOwait $infile | awk '{print $3}' | computestatsf
330 # iowait% computation
350 # iowait% computation
371 echo $iowait_ticks_before $iowait_ticks_after $total_ticks_before $total_ticks_after | awk '{ printf "IOwait = %.2f\n", (($2 - $1) * 100.0) / ($4 - $3) }'
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpu.c 125 /* ... + idle + iowait + irq + softirq + ... */
  /frameworks/base/services/core/java/com/android/server/am/
EventLogTags.logtags 6 2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
  /external/autotest/client/bin/net/
net_utils.py 69 mpstat_keys = ['time', 'CPU', 'user', 'nice', 'sys', 'iowait', 'irq',
92 for key in ['user', 'nice', 'sys', 'iowait', 'irq', 'soft', 'steal',
  /external/trappy/tests/
trace_surfaceflinger.html     [all...]
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 453 cpu_labels = ('cpu', 'user', 'nice', 'system', 'idle', 'iowait', 'irq',
  /external/lisa/
youtube_EAS12_schedutil_iowaitboost_off_bigsoff.ipynb 12 "# YouTube energy comparison for turning off iowait boost\n",
    [all...]

Completed in 1170 milliseconds

1 2