Home
last modified time | relevance | path

Searched refs:mcount_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/gmon/
HDmcount.c138 *p->mcount_count += delta + p->mcount_overhead in _MCOUNT_DECL()
149 ++*p->mcount_count; in _MCOUNT_DECL()
154 *p->mcount_count += p->mcount_overhead_sub; in _MCOUNT_DECL()
/freebsd-11-stable/sys/sys/
HDgmon.h171 HISTCOUNTER *mcount_count; member
/freebsd-11-stable/sys/libkern/
HDmcount.c128 *p->mcount_count += p->mcount_overhead;
/freebsd-11-stable/sys/kern/
HDsubr_prof.c122 np.mcount_count = &KCOUNT(&np, PC_TO_I(&np, mcount)); in kmupetext()
189 p->mcount_count = &KCOUNT(p, PC_TO_I(p, mcount));