Searched refs:getrusage (Results 51 - 75 of 98) sorted by relevance

1234

/external/strace/linux/hppa/
H A Dsyscallent.h83 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/x86_64/
H A Dsyscallent.h99 [ 98] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/xtensa/
H A Dsyscallent.h185 [190] = { 2, 0, SEN(getrusage), "getrusage" },
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc996 INTERCEPTOR(int, getrusage, int who, void *usage) {
998 int res = REAL(getrusage)(who, usage);
1572 INTERCEPT_FUNCTION(getrusage);
/external/ImageMagick/MagickCore/
H A Drandom.c408 if (getrusage(RUSAGE_SELF,&usage) == 0)
/external/python/cpython2/Lib/
H A Dprofile.py96 # Using getrusage(3) is better than clock(3) if available:
97 # on some systems (e.g. FreeBSD), getrusage has a higher resolution
103 resgetrusage = lambda: resource.getrusage(resource.RUSAGE_SELF)
/external/strace/linux/arm/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/i386/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/ia64/
H A Dsyscallent.h107 [1086] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/m68k/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/mips/
H A Dsyscallent-n32.h99 [6096] = { 2, 0, SEN(getrusage), "getrusage" },
H A Dsyscallent-n64.h99 [5096] = { 2, 0, SEN(getrusage), "getrusage" },
H A Dsyscallent-o32.h81 [4077] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/powerpc/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/powerpc64/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/s390/
H A Dsyscallent.h109 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/s390x/
H A Dsyscallent.h105 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/sh/
H A Dsyscallent.h109 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/sh64/
H A Dsyscallent.h107 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/sparc/
H A Dsyscallent.h118 [117] = { 2, 0, SEN(getrusage), "getrusage" },
/external/strace/linux/sparc64/
H A Dsyscallent.h116 [117] = { 2, 0, SEN(getrusage), "getrusage" },
/external/v8/src/base/platform/
H A Dplatform-posix.cc372 if (getrusage(RUSAGE_SELF, &usage) < 0) return -1;
/external/mksh/src/
H A Djobs.c1356 getrusage(RUSAGE_CHILDREN, &ru0);
1375 getrusage(RUSAGE_CHILDREN, &ru1);
/external/python/cpython2/Modules/
H A D_hotshot.c940 getrusage(RUSAGE_SELF, &ru1);
942 getrusage(RUSAGE_SELF, &ru2);
1460 pack_add_info(self, "observed-interval-getrusage", cwdbuffer);
1579 "resolution() -> (gettimeofday-usecs, getrusage-usecs)\n"
1581 "getrusage() system calls, or -1 if the call is not supported."
/external/strace/linux/alpha/
H A Dsyscallent.h331 [364] = { 2, 0, SEN(getrusage), "getrusage" },

Completed in 437 milliseconds

1234