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

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dprof_machdep.c52 cputime(void) function
74 cputime();
/freebsd-10.0-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf22 # Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
25 :cputime=infinity:\
47 :cputime=1h30m:\
80 :cputime=infinity:\
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dlocate.c126 unsigned long cputime(void);
259 t0 = cputime();
270 warnx("fastfind %ld ms", cputime () - t0);
307 t0 = cputime();
314 warnx("fastfind %ld ms", cputime () - t0);
328 cputime () function
/freebsd-10.0-release/etc/
H A Dlogin.conf18 # Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
32 :cputime=unlimited:\
98 ## Note that entries like "cputime" set both "cputime-cur" and "cputime-max"
101 # :cputime=infinity:\
126 # :cputime=1h30m:\
149 # :cputime
[all...]
/freebsd-10.0-release/sys/mips/include/
H A Dprofile.h174 int cputime(void);
/freebsd-10.0-release/bin/ps/
H A Dextern.h48 char *cputime(KINFO *, VARENT *);
H A Dkeyword.c81 {"cputime", "", "time", 0, NULL, 0, CHAR, NULL, 0},
156 {"time", "TIME", NULL, USER, cputime, 0, CHAR, NULL, 0},
H A Dprint.c530 cputime(KINFO *k, VARENT *ve) function
/freebsd-10.0-release/sys/amd64/amd64/
H A Dprof_machdep.c146 * dependent file together with cputime(), __mcount and [.]mcount. cputime()
197 cputime() function
209 * Scale the TSC a little to make cputime()'s frequency
355 cputime();
/freebsd-10.0-release/sys/i386/isa/
H A Dprof_machdep.c126 * dependent file together with cputime(), __mcount and [.]mcount. cputime()
169 cputime() function
183 * Scale the TSC a little to make cputime()'s frequency
336 cputime();
/freebsd-10.0-release/sys/libkern/
H A Dmcount.c105 * Count the time since cputime() was previously called
108 * cputime() sets its prev_count variable to the count when
124 delta = cputime() - cputime_bias - p->mcount_pre_overhead;
260 * Count the time since cputime() was previously called
263 delta = cputime() - cputime_bias - p->mexitcount_pre_overhead;
/freebsd-10.0-release/sys/sys/
H A Dgmon.h213 int cputime(void);
/freebsd-10.0-release/lib/libc/gmon/
H A Dmcount.c129 * them to the counts for mcount(), mexitcount() and cputime().
134 delta = cputime() - p->mcount_overhead;
294 delta = cputime() - p->mexitcount_overhead;
/freebsd-10.0-release/sys/kern/
H A Dsubr_prof.c121 np.cputime_count = &KCOUNT(&np, PC_TO_I(&np, cputime));
188 p->cputime_count = &KCOUNT(p, PC_TO_I(p, cputime));
205 cputime_overhead += cputime();
210 empty_loop_time = cputime();
247 printf("cputime %d, empty_loop %d, nullfunc_loop_profiled %d, mcount %d, mexitcount %d\n",
261 * MC2: cputime() (called from mcount()) latches the timer
264 * ME2: cputime() (called from mexitcount()) latches the timer
H A Dkern_time.c466 cputime:
474 goto cputime;
/freebsd-10.0-release/usr.bin/systat/
H A Dvmstat.c132 static float cputime(int);
468 f1 = cputime(i);
643 cputime(int indx) function
/freebsd-10.0-release/usr.bin/top/
H A Dmachine.c796 long cputime; local
834 cputime = (pp->ki_runtime + 500000) / 1000000;
1025 format_time(cputime),
/freebsd-10.0-release/tools/test/dtrace/
H A DMakefile9 ${TESTSRCDIR}/tst/common/buffering/tst.cputime.ksh \

Completed in 226 milliseconds