Searched refs:cputime (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/cddl/usr.sbin/dtrace/tests/common/buffering/
H A DMakefile15 tst.cputime.ksh \
/freebsd-current/sys/kern/
H A Dkern_boottrace.c61 uint64_t cputime; /* Microseconds of process CPU time */ member in struct:bt_event
197 (bte)->cputime / 1000000, \
198 ((bte)->cputime % 1000000) / 10000, \
203 (bte)->cputime / 1000000, \
204 ((bte)->cputime % 1000000) / 10000, \
363 btp->table[idx].cputime = 0;
368 btp->table[idx].cputime =
H A Dkern_time.c478 cputime:
483 goto cputime;
/freebsd-current/usr.bin/login/
H A Dlogin.conf17 # Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
32 :cputime=unlimited:\
108 ## Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
111 # :cputime=infinity:\
137 # :cputime=1h30m:\
160 # :cputime
[all...]
/freebsd-current/bin/ps/
H A Dextern.h47 char *cputime(KINFO *, VARENT *);
H A Dkeyword.c79 {"cputime", "", "time", NULL, 0, NULL, 0, CHAR, NULL, 0},
200 {"time", "TIME", NULL, "cpu-time", USER, cputime, 0, CHAR, NULL, 0},
H A Dprint.c526 cputime(KINFO *k, VARENT *ve) function
/freebsd-current/sys/sys/
H A Dgmon.h212 int cputime(void);
/freebsd-current/lib/libc/gmon/
H A Dmcount.c125 * them to the counts for mcount(), mexitcount() and cputime().
130 delta = cputime() - p->mcount_overhead;
289 delta = cputime() - p->mexitcount_overhead;
/freebsd-current/usr.bin/locate/locate/
H A Dlocate.c104 unsigned long cputime(void);
/freebsd-current/usr.bin/systat/
H A Dvmstat.c130 static float cputime(int);
434 f1 = cputime(i);
610 cputime(int indx) function
/freebsd-current/usr.bin/top/
H A Dmachine.c936 long cputime; local
978 cputime = (pp->ki_runtime + 500000) / 1000000;
1156 sbuf_printf(procbuf, "%6s ", format_time(cputime));

Completed in 140 milliseconds