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

/freebsd-10.1-release/lib/libc/gmon/
H A DSymbol.map9 mexitcount;
H A Dmcount.c129 * them to the counts for mcount(), mexitcount() and cputime().
280 mexitcount(selfpc) function
/freebsd-10.1-release/sys/mips/include/
H A Dprofile.h176 void mexitcount(uintfptr_t selfpc);
/freebsd-10.1-release/sys/sys/
H A Dgmon.h228 void mexitcount(uintfptr_t selfpc);
/freebsd-10.1-release/sys/amd64/include/
H A Dasmacros.h73 * [.]mexitcount is a new function to support non-statistical profiling if an
76 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
81 * [.]mexitcount may clobber %ecx and %ef.
84 * It is handled in many cases by calling [.]mexitcount before jumping. It
112 #define MEXITCOUNT call .mexitcount
/freebsd-10.1-release/sys/i386/include/
H A Dasmacros.h73 * [.]mexitcount is a new function to support non-statistical profiling if an
76 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
81 * [.]mexitcount may clobber %ecx and %ef.
84 * It is handled in many cases by calling [.]mexitcount before jumping. It
112 #define MEXITCOUNT call .mexitcount
/freebsd-10.1-release/sys/libkern/
H A Dmcount.c111 * the next call to mcount() or mexitcount()). We set
248 mexitcount(selfpc) function
/freebsd-10.1-release/sys/kern/
H A Dsubr_prof.c123 np.mexitcount_count = &KCOUNT(&np, PC_TO_I(&np, mexitcount));
190 p->mexitcount_count = &KCOUNT(p, PC_TO_I(p, mexitcount));
247 printf("cputime %d, empty_loop %d, nullfunc_loop_profiled %d, mcount %d, mexitcount %d\n",
263 * ME1: mexitcount() is called
264 * ME2: cputime() (called from mexitcount()) latches the timer
265 * ME3: mexitcount() completes.
303 "Profiling overheads: mcount: %d+%d, %d+%d; mexitcount: %d+%d, %d+%d nsec\n",
313 "Profiling overheads: mcount: %d+%d, %d+%d; mexitcount: %d+%d, %d+%d cycles\n",
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dsupport.S951 SET(mexitcount, %o3, %o2)

Completed in 125 milliseconds