Searched refs:mexitcount (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/mips/include/
H A Dprofile.h179 void mexitcount(uintfptr_t selfpc);
/freebsd-12-stable/sys/sys/
H A Dgmon.h230 void mexitcount(uintfptr_t selfpc);
/freebsd-12-stable/sys/libkern/
H A Dmcount.c127 * the next call to mcount() or mexitcount()). We set
264 mexitcount(uintfptr_t selfpc) function
/freebsd-12-stable/lib/libc/gmon/
H A Dmcount.c131 * them to the counts for mcount(), mexitcount() and cputime().
282 mexitcount(selfpc) function
/freebsd-12-stable/sys/kern/
H A Dsubr_prof.c125 np.mexitcount_count = &KCOUNT(&np, PC_TO_I(&np, mexitcount));
191 p->mexitcount_count = &KCOUNT(p, PC_TO_I(p, mexitcount));
248 printf("cputime %d, empty_loop %d, nullfunc_loop_profiled %d, mcount %d, mexitcount %d\n",
264 * ME1: mexitcount() is called
265 * ME2: cputime() (called from mexitcount()) latches the timer
266 * ME3: mexitcount() completes.
304 "Profiling overheads: mcount: %d+%d, %d+%d; mexitcount: %d+%d, %d+%d nsec\n",
314 "Profiling overheads: mcount: %d+%d, %d+%d; mexitcount: %d+%d, %d+%d cycles\n",
/freebsd-12-stable/sys/amd64/include/
H A Dasmacros.h83 * [.]mexitcount is a new function to support non-statistical profiling if an
86 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
91 * [.]mexitcount may clobber %ecx and %ef.
94 * It is handled in many cases by calling [.]mexitcount before jumping. It
122 #define MEXITCOUNT call .mexitcount
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dsupport.S934 SET(mexitcount, %o3, %o2)

Completed in 190 milliseconds