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

  /system/extras/perfprofd/
perfprofdcore.cc 379 long unsigned irqtime, softirqtime; local
383 &iowaittime, &irqtime, &softirqtime);
388 *remainingticks = usertime + nicetime + systime + iowaittime + irqtime + softirqtime;
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 333 final long softirqtime = sysCpu[6] * mJiffyMillis; local
339 && softirqtime >= mBaseSoftIrqTime && idletime >= mBaseIdleTime)) {
344 mRelSoftIrqTime = (int)(softirqtime - mBaseSoftIrqTime);
362 mBaseSoftIrqTime = softirqtime;
    [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 

Completed in 83 milliseconds