Searched refs:mcount_overhead (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_prof.c149 int mcount_overhead; local
227 mcount_overhead = KCOUNT(p, PC_TO_I(p, sys_profil));
251 CALIB_DOSCALE(c2n(mcount_overhead, p->profrate)),
254 mcount_overhead -= empty_loop_time;
278 * ab <= mcount_overhead (just measured)
287 p->mcount_overhead = CALIB_DOSCALE(mcount_overhead - cputime_overhead);
291 p->mexitcount_post_overhead = CALIB_DOSCALE((mcount_overhead
299 p->mcount_post_overhead = p->mcount_overhead
305 c2n(p->mcount_overhead,
[all...]
/freebsd-10-stable/sys/sys/
H A Dgmon.h172 int mcount_overhead; member in struct:gmonparam
/freebsd-10-stable/lib/libc/gmon/
H A Dmcount.c134 delta = cputime() - p->mcount_overhead;
138 *p->mcount_count += delta + p->mcount_overhead
/freebsd-10-stable/sys/amd64/amd64/
H A Dprof_machdep.c342 gp->mcount_overhead = 0;
/freebsd-10-stable/sys/i386/isa/
H A Dprof_machdep.c318 gp->mcount_overhead = 0;
/freebsd-10-stable/sys/libkern/
H A Dmcount.c128 *p->mcount_count += p->mcount_overhead;

Completed in 138 milliseconds