Home
last modified time | relevance | path

Searched refs:cstime (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/tests/
Drun-readelf-mixed-corenote.sh32 utime: 0.000000, stime: 0.010000, cutime: 0.000000, cstime: 0.000000
98 utime: 0.000042, stime: 0.000103, cutime: 0.000000, cstime: 0.000000
163 utime: 0.000043, stime: 0.000102, cutime: 0.000000, cstime: 0.000000
235 utime: 0.000000, stime: 0.004000, cutime: 0.000000, cstime: 0.000000
302 utime: 0.010000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
442 utime: 0.000000, stime: 0.001000, cutime: 0.000000, cstime: 0.000000
508 utime: 0.000000, stime: 0.001000, cutime: 0.000000, cstime: 0.000000
Drun-readelf-vmcoreinfo.sh31 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
49 utime: 0.000000, stime: 0.000000, cutime: 0.000000, cstime: 0.000000
/external/ltp/tools/top-LTP/proc/
Dreadproc.h56 cstime, /* cumulative stime of process and reaped children */ member
Dcompare.c110 CMP_INT(cstime)
Dreadproc.c218 &P->cmaj_flt, &P->utime, &P->stime, &P->cutime, &P->cstime, in stat2proc()
/external/ltp/doc/
Dltp-howto.txt261 corefile=no cutime=0 cstime=0
319 cutime=1 cstime=0
344 cutime=0 cstime=1
369 cutime=0 cstime=0
Dltp-howto.lyx472 cutime=0 cstime=0
605 cutime=1 cstime=0
665 cutime=0 cstime=1
725 cutime=0 cstime=0
/external/elfutils/backends/
Dlinux-core-note.c161 TIMEVAL_FIELD (cstime),
/external/ltp/tools/top-LTP/
Dtop.c184 if (((*P)->cutime + (*P)->cstime + (*P)->utime + (*P)->stime) in SCB_NUMx()
185 < ((*Q)->cutime + (*Q)->cstime + (*Q)->utime + (*Q)->stime)) in SCB_NUMx()
187 if (((*P)->cutime + (*P)->cstime + (*P)->utime + (*P)->stime) in SCB_NUMx()
188 > ((*Q)->cutime + (*Q)->cstime + (*Q)->utime + (*Q)->stime)) in SCB_NUMx()
3372 t += (p->cutime + p->cstime); in task_show()