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

1 2

  /external/valgrind/memcheck/tests/
addressable.c 96 int faults; member in struct:test
143 if (1 == tests[i].faults &&
152 if (tests[i].faults == 0)
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 44 uint64_t faults; member in struct:PokeResult
197 result.faults = usage_end.ru_majflt - usage_start.ru_majflt;
  /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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8048.go 34 // so x == nil, so the println(*x) faults reading
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8048.go 34 // so x == nil, so the println(*x) faults reading
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 135 // SetPanicOnFault controls the runtime's behavior when a program faults
136 // at an unexpected (non-nil) address. Such faults are typically caused by
139 // manipulation of memory may cause faults at non-nil addresses in less
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 135 // SetPanicOnFault controls the runtime's behavior when a program faults
136 // at an unexpected (non-nil) address. Such faults are typically caused by
139 // manipulation of memory may cause faults at non-nil addresses in less
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 31 This path is disabled by default as it requires that the MPI library can directly access the pointer to the data. For CPU backed buffers this is no problem, however for GPU backed buffers this requires MPI libraries that are built with CUDA support (CUDA Aware). When using non-CUDA aware MPI libraries and GPU buffers you will get segmentation faults.
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
libpng.md 35 or needs. This library is provided with all faults, and the entire
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
libpng.md 35 or needs. This library is provided with all faults, and the entire
  /system/extras/app-launcher/
app-launcher 89 echo "page-faults : "
90 fgrep page-faults $infile | awk '{print $1}' | sed s/,//g | computestats
  /prebuilts/go/darwin-x86/src/runtime/
os_nacl.go 58 // Native Client only invokes the exception handler for memory faults.
runtime_test.go 120 // the operating system and the runtime can process these faults
mheap.go 541 // avoids faults when other threads try access these regions immediately
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_nacl.go 58 // Native Client only invokes the exception handler for memory faults.
runtime_test.go 120 // the operating system and the runtime can process these faults
mheap.go 541 // avoids faults when other threads try access these regions immediately
    [all...]
  /external/expat/tests/
runtests.c 1925 const ExtFaults faults[] = { local
3478 ExtFaults faults[] = { local
4496 ExtFaults faults[] = { local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 230 // CPU faults upon signed overflow, which occurs when the most
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
ssa.go 229 // CPU faults upon signed overflow, which occurs when most
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ssa.go 195 // CPU faults upon signed overflow, which occurs when most
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 230 // CPU faults upon signed overflow, which occurs when the most
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
ssa.go 229 // CPU faults upon signed overflow, which occurs when most
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ssa.go 195 // CPU faults upon signed overflow, which occurs when most
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 

Completed in 950 milliseconds

1 2