Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsubr_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;
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,
/freebsd-11-stable/lib/libc/gmon/
HDmcount.c294 delta = cputime() - p->mexitcount_overhead;
298 *p->mexitcount_count += delta + p->mexitcount_overhead
/freebsd-11-stable/sys/sys/
HDgmon.h176 int mexitcount_overhead; member
/freebsd-11-stable/sys/amd64/amd64/
HDprof_machdep.c345 gp->mexitcount_overhead = 0;
/freebsd-11-stable/sys/libkern/
HDmcount.c267 *p->mexitcount_count += p->mexitcount_overhead;
/freebsd-11-stable/sys/i386/isa/
HDprof_machdep.c321 gp->mexitcount_overhead = 0;