HomeSort by relevance Sort by last modified time
    Searched refs:iowait (Results 1 - 10 of 10) sorted by null

  /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...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 3336 int iowait = mProcessCpuTracker.getLastIoWaitTime(); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 536 milliseconds