Searched refs:MCOUNT (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/amd64/include/
H A Dprofile.h54 #define MCOUNT macro
116 #define MCOUNT __asm(" \n\ macro
148 #define MCOUNT \
172 #define MCOUNT macro
H A Dasmacros.h102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
109 #define MCOUNT call __mcount macro
130 #define MCOUNT macro
/freebsd-9.3-release/sys/ia64/include/
H A Dasm.h44 * MCOUNT
47 #define MCOUNT \ macro
54 #define MCOUNT /* nothing */ macro
68 MCOUNT
86 MCOUNT
H A Dprofile.h33 #define MCOUNT macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dprofile.h49 #define MCOUNT macro
77 #define MCOUNT \ macro
97 #define MCOUNT macro
/freebsd-9.3-release/sys/i386/include/
H A Dprofile.h54 #define MCOUNT macro
114 #define MCOUNT \ macro
146 #define MCOUNT macro
H A Dasmacros.h102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
109 #define MCOUNT call __mcount macro
130 #define MCOUNT macro
/freebsd-9.3-release/sys/powerpc/include/
H A Dprofile.h79 #define MCOUNT \ macro
128 #define MCOUNT \ macro
/freebsd-9.3-release/sys/arm/include/
H A Dprofile.h61 #define MCOUNT \ macro
/freebsd-9.3-release/sys/mips/include/
H A Dprofile.h46 #define MCOUNT \ macro
H A Dasm.h94 #define MCOUNT _KERN_MCOUNT macro
96 #define MCOUNT macro
175 MCOUNT
206 MCOUNT
/freebsd-9.3-release/sys/libkern/
H A Dmcount.c49 * taken care of by the MCOUNT definition in <machine/profile.h>.
244 MCOUNT
/freebsd-9.3-release/lib/libc/gmon/
H A Dmcount.c55 * taken care of by the MCOUNT definition in <machine/profile.h>.
276 MCOUNT
/freebsd-9.3-release/sys/kern/
H A Dsubr_prof.c50 #undef MCOUNT macro

Completed in 156 milliseconds