Searched refs:cstime (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 32 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
|
D | run-readelf-vmcoreinfo.sh | 31 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/ |
D | readproc.h | 56 cstime, /* cumulative stime of process and reaped children */ member
|
D | compare.c | 110 CMP_INT(cstime)
|
D | readproc.c | 218 &P->cmaj_flt, &P->utime, &P->stime, &P->cutime, &P->cstime, in stat2proc()
|
/external/ltp/doc/ |
D | ltp-howto.txt | 261 corefile=no cutime=0 cstime=0 319 cutime=1 cstime=0 344 cutime=0 cstime=1 369 cutime=0 cstime=0
|
D | ltp-howto.lyx | 472 cutime=0 cstime=0 605 cutime=1 cstime=0 665 cutime=0 cstime=1 725 cutime=0 cstime=0
|
/external/elfutils/backends/ |
D | linux-core-note.c | 161 TIMEVAL_FIELD (cstime),
|
/external/ltp/tools/top-LTP/ |
D | top.c | 184 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()
|