Home
last modified time | relevance | path

Searched refs:mcount_overhead (Results 1 – 2 of 2) sorted by relevance

/src/lib/libc/gmon/
H A Dmcount.c130 delta = cputime() - p->mcount_overhead; in _MCOUNT_DECL()
134 *p->mcount_count += delta + p->mcount_overhead in _MCOUNT_DECL()
/src/sys/sys/
H A Dgmon.h171 int mcount_overhead; member