Home
last modified time | relevance | path

Searched refs:cputime_bias (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/libkern/
H A Dmcount.c141 delta = cputime() - cputime_bias - p->mcount_pre_overhead; in _MCOUNT_DECL()
142 cputime_bias = p->mcount_post_overhead; in _MCOUNT_DECL()
281 delta = cputime() - cputime_bias - p->mexitcount_pre_overhead; in mexitcount()
282 cputime_bias = p->mexitcount_post_overhead; in mexitcount()
/f-stack/freebsd/amd64/amd64/
H A Dprof_machdep.c52 int cputime_bias = 1; /* initialize for locality of reference */ variable
293 cputime_bias = 0;
/f-stack/freebsd/i386/i386/
H A Dprof_machdep.c56 int cputime_bias = 1; /* initialize for locality of reference */ variable
363 cputime_bias = 0;
/f-stack/freebsd/mips/include/
H A Dprofile.h167 extern int cputime_bias;
/f-stack/freebsd/sys/
H A Dgmon.h213 extern int cputime_bias;