Searched refs:cputime (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_boottrace.c | 61 uint64_t cputime; /* Microseconds of process CPU time */ member 197 (bte)->cputime / 1000000, \ 198 ((bte)->cputime % 1000000) / 10000, \ 203 (bte)->cputime / 1000000, \ 204 ((bte)->cputime % 1000000) / 10000, \ 363 btp->table[idx].cputime = 0; in dotrace() 368 btp->table[idx].cputime = in dotrace()
|
H A D | kern_time.c | 478 cputime: in kern_clock_getres() 483 goto cputime; in kern_clock_getres()
|
/freebsd/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()
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/buffering/ |
H A D | Makefile | 14 tst.cputime.ksh \
|
/freebsd/usr.bin/login/ |
H A D | login.conf | 32 :cputime=unlimited:\
|
/freebsd/bin/ps/ |
H A D | extern.h | 47 char *cputime(KINFO *, VARENT *);
|
H A D | keyword.c | 199 {"time", "TIME", NULL, "cpu-time", USER, cputime, 0, CHAR, NULL, 0},
|
H A D | print.c | 523 cputime(KINFO *k, VARENT *ve) in cputime() function
|
/freebsd/sys/sys/ |
H A D | gmon.h | 212 int cputime(void);
|
/freebsd/usr.bin/locate/locate/ |
H A D | locate.c | 104 unsigned long cputime(void);
|
/freebsd/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
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 33 cputime time ALIAS
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 936 long cputime; in format_next_process() local 978 cputime = (pp->ki_runtime + 500000) / 1000000; in format_next_process() 1156 sbuf_printf(procbuf, "%6s ", format_time(cputime)); in format_next_process()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2006 | 632 * tools/heimdal-build.sh: Add socketwrapper and cputime limit.
|