| /freebsd-10-stable/sys/libkern/ |
| D | mcount.c | 59 _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ in _MCOUNT_DECL() argument 60 uintfptr_t frompc, selfpc; in _MCOUNT_DECL() 141 frompc = MCOUNT_FROMPC_INTR(selfpc); 167 top->selfpc = selfpc; 173 if (top->selfpc == selfpc) { 199 top->selfpc = selfpc; 210 if (top->selfpc == selfpc) { 248 mexitcount(selfpc) in mexitcount() argument 249 uintfptr_t selfpc; in mexitcount() 255 selfpcdiff = selfpc - (uintfptr_t)p->lowpc;
|
| /freebsd-10-stable/lib/libc/gmon/ |
| D | mcount.c | 66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 169 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL() 170 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL() 171 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL() 199 top->selfpc = selfpc; in _MCOUNT_DECL() 205 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 231 top->selfpc = selfpc; in _MCOUNT_DECL() 242 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 280 mexitcount(selfpc) in mexitcount() argument 281 uintfptr_t selfpc; in mexitcount() [all …]
|
| D | gmon.c | 202 frompc, p->tos[toindex].selfpc, in _mcleanup() 207 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
|
| /freebsd-10-stable/contrib/gcc/config/i386/ |
| D | gmon-sol2.c | 86 char *selfpc; member 229 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup() 232 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup() 248 register char *selfpc; in internal_mcount() local 262 selfpc = (void *) __builtin_return_address (0); in internal_mcount() 308 top->selfpc = selfpc; in internal_mcount() 314 if (top->selfpc == selfpc) { in internal_mcount() 340 top->selfpc = selfpc; in internal_mcount() 351 if (top->selfpc == selfpc) { in internal_mcount()
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | gmon-sol2.c | 55 char *selfpc; member 224 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup() 227 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup() 279 static void internal_mcount(char *selfpc, unsigned short *frompcindex) in internal_mcount() argument 333 top->selfpc = selfpc; in internal_mcount() 339 if (top->selfpc == selfpc) { in internal_mcount() 365 top->selfpc = selfpc; in internal_mcount() 376 if (top->selfpc == selfpc) { in internal_mcount()
|
| /freebsd-10-stable/sys/amd64/include/ |
| D | profile.h | 112 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 152 uintfptr_t selfpc, frompc; \ 159 __asm("movq 8(%%rbp),%0" : "=r" (selfpc)); \ 168 _mcount(frompc, selfpc); \ 187 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-10-stable/sys/sparc64/include/ |
| D | profile.h | 68 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 81 uintfptr_t frompc, selfpc; \ 89 __asm("add %%o7, 8, %0" : "=r" (selfpc)); \ 94 __mcount(frompc, selfpc); \
|
| /freebsd-10-stable/sys/i386/include/ |
| D | profile.h | 118 uintfptr_t selfpc, frompc, ecx; \ 133 __asm("movl 4(%%ebp),%0" : "=r" (selfpc)); \ 142 _mcount(frompc, selfpc); \ 161 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-10-stable/sys/mips/include/ |
| D | profile.h | 138 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 164 void _mcount(uintfptr_t frompc, uintfptr_t selfpc); 176 void mexitcount(uintfptr_t selfpc);
|
| /freebsd-10-stable/sys/sys/ |
| D | gmon.h | 130 u_long selfpc; member 228 void mexitcount(uintfptr_t selfpc);
|
| /freebsd-10-stable/sys/arm/include/ |
| D | profile.h | 119 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-10-stable/sys/powerpc/include/ |
| D | profile.h | 210 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-10-stable/usr.sbin/kgmon/ |
| D | kgmon.c | 445 "count %ld", frompc, tos[toindex].selfpc, in dumpstate() 448 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc; in dumpstate()
|