HomeSort by relevance Sort by last modified time
    Searched refs:faults (Results 1 - 8 of 8) 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/chromium_org/chrome/browser/chromeos/
swap_metrics.cc 82 void RecordFaultsHistogramSample(int faults,
153 // then UMA-report it in the right swap group. Do the same for page faults.
215 int faults,
220 base::StringPrintf("Platform.SwapJank.%s.Faults.Swap%d.Time%d",
233 counter->Add(faults);
339 // Get number of page faults.
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 101 # -faults List of fault types to simulate.
116 set DEFAULT(-faults) [array names FAULTSIM]
132 foreach f $O(-faults) {
177 # injecting OOM faults into test cases.
187 # injecting IO error faults into test cases.
204 # injecting shared-memory related error faults into test cases.
223 # injecting SQLITE_FULL error faults into test cases.
241 # injecting SQLITE_CANTOPEN error faults into test cases.
330 # injection. Local var $nfail is set to the total number of faults
346 # If no faults where injected this trial, don't bother runnin
    [all...]
  /external/strace/
strace.c 1147 fltset_t faults; local
1311 /* Enable faults we care about */
1312 premptyset(&faults);
1314 if (i > (sizeof faults) * CHAR_BIT) break;
1315 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i);
1317 if (IOCTL(tcp->pfd, PIOCSFAULT, &faults) < 0) {
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 312 milliseconds