Searched refs:cputime (Results 1 – 14 of 14) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_boottrace.c | 60 uint64_t cputime; /* Microseconds of process CPU time */ member 196 (bte)->cputime / 1000000, \ 197 ((bte)->cputime % 1000000) / 10000, \ 202 (bte)->cputime / 1000000, \ 203 ((bte)->cputime % 1000000) / 10000, \ 362 btp->table[idx].cputime = 0; in dotrace() 367 btp->table[idx].cputime = in dotrace()
|
| H A D | kern_time.c | 490 cputime: in kern_clock_getres() 495 goto cputime; in kern_clock_getres()
|
| /src/lib/libc/gmon/ |
| H A D | mcount.c | 130 delta = cputime() - p->mcount_overhead; in _MCOUNT_DECL() 289 delta = cputime() - p->mexitcount_overhead; in mexitcount()
|
| /src/cddl/usr.sbin/dtrace/tests/common/buffering/ |
| H A D | Makefile | 14 tst.cputime.ksh \
|
| /src/usr.bin/login/ |
| H A D | login.conf | 31 :cputime=unlimited:\
|
| /src/bin/ps/ |
| H A D | extern.h | 49 char *cputime(KINFO *, VARENT *);
|
| H A D | keyword.c | 206 {"time", {NULL}, "TIME", "cpu-time", USER, cputime, 0, UNSPEC, NULL},
|
| H A D | print.c | 523 cputime(KINFO *k, VARENT *ve) in cputime() function
|
| /src/sys/sys/ |
| H A D | gmon.h | 212 int cputime(void);
|
| /src/usr.bin/locate/locate/ |
| H A D | locate.c | 104 unsigned long cputime(void);
|
| /src/usr.bin/systat/ |
| H A D | vmstat.c | 130 static float cputime(int); 434 f1 = cputime(i); in showkre() 610 cputime(int indx) in cputime() function
|
| /src/contrib/netbsd-tests/bin/ps/ |
| H A D | keywords | 33 cputime time ALIAS
|
| /src/usr.bin/top/ |
| H A D | machine.c | 1049 long cputime; in format_next_process() local 1091 cputime = (pp->ki_runtime + 500000) / 1000000; in format_next_process() 1269 sbuf_printf(procbuf, "%6s ", format_time(cputime)); in format_next_process()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 632 * tools/heimdal-build.sh: Add socketwrapper and cputime limit.
|