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

/freebsd-10.0-release/sys/kern/
H A Dsubr_prof.c150 int mexitcount_overhead; local
233 mexitcount_overhead = KCOUNT(p, PC_TO_I(p, tmp_addr));
252 CALIB_DOSCALE(c2n(mexitcount_overhead, p->profrate)));
255 mexitcount_overhead -= empty_loop_time;
280 * cd <= mexitcount_overhead (just measured)
288 p->mexitcount_overhead = CALIB_DOSCALE(mexitcount_overhead
294 p->mexitcount_pre_overhead = p->mexitcount_overhead
309 c2n(p->mexitcount_overhead, p->profrate),
316 p->cputime_overhead, p->mexitcount_overhead,
[all...]
/freebsd-10.0-release/sys/sys/
H A Dgmon.h176 int mexitcount_overhead; member in struct:gmonparam
/freebsd-10.0-release/lib/libc/gmon/
H A Dmcount.c294 delta = cputime() - p->mexitcount_overhead;
298 *p->mexitcount_count += delta + p->mexitcount_overhead
/freebsd-10.0-release/sys/amd64/amd64/
H A Dprof_machdep.c345 gp->mexitcount_overhead = 0;
/freebsd-10.0-release/sys/i386/isa/
H A Dprof_machdep.c321 gp->mexitcount_overhead = 0;
/freebsd-10.0-release/sys/libkern/
H A Dmcount.c267 *p->mexitcount_count += p->mexitcount_overhead;

Completed in 139 milliseconds