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

  /external/valgrind/main/memcheck/tests/
addressable.c 96 int faults; member in struct:test
143 if (1 == tests[i].faults &&
152 if (tests[i].faults == 0)
  /packages/experimental/procstatlog/
procstatreport.py 95 <nobr>page faults:</nobr> <nobr>%(major)d major</nobr>
288 # Collect (no output yet) per-process CPU and major faults
317 faults = int(next[11]) - int(last[11])
318 process_faults.setdefault(pid, {})[when] = faults
319 tf = total_faults[when] = total_faults.get(when, 0) + faults
330 # Output total major faults (sum over all processes)
573 # Output per-process CPU and page faults collected earlier
610 faults = sum(process_faults.get(pid, {}).values())
611 if faults <= faults_cutoff: continue
620 "label_html": FAULTS_LABEL % {"major": faults},
    [all...]
  /external/strace/
strace.c 785 fltset_t faults; local
968 /* Enable faults we care about */
969 premptyset(&faults);
971 if (i > (sizeof faults) * CHAR_BIT) break;
972 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i);
974 if (IOCTL(tcp->pfd, PIOCSFAULT, &faults) < 0) {
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 684 milliseconds