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

/freebsd-11-stable/sys/arm64/include/
H A Dprofile.h48 #define MCOUNT macro
74 #define MCOUNT macro
/freebsd-11-stable/sys/riscv/include/
H A Dprofile.h48 #define MCOUNT macro
74 #define MCOUNT macro
/freebsd-11-stable/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.h110 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
114 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
115 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
117 #define MCOUNT call __mcount macro
138 #define MCOUNT macro
/freebsd-11-stable/sys/sparc64/include/
H A Dprofile.h49 #define MCOUNT macro
77 #define MCOUNT \ macro
97 #define MCOUNT macro
/freebsd-11-stable/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-11-stable/sys/powerpc/include/
H A Dprofile.h101 #define MCOUNT \ macro
139 #define MCOUNT \ macro
/freebsd-11-stable/sys/arm/include/
H A Dprofile.h61 #define MCOUNT \ macro
/freebsd-11-stable/sys/mips/include/
H A Dprofile.h46 #define MCOUNT \ macro
H A Dasm.h92 #define MCOUNT _KERN_MCOUNT macro
94 #define MCOUNT macro
153 MCOUNT
184 MCOUNT
/freebsd-11-stable/sys/libkern/
H A Dmcount.c49 * taken care of by the MCOUNT definition in <machine/profile.h>.
244 MCOUNT
/freebsd-11-stable/lib/libc/gmon/
H A Dmcount.c55 * taken care of by the MCOUNT definition in <machine/profile.h>.
276 MCOUNT
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c50 #undef MCOUNT macro

Completed in 110 milliseconds