Searched refs:selfpc (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | mcount.c | 62 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 95 MCOUNT_DETRAMP(selfpc); in _MCOUNT_DECL() 158 frompc = MCOUNT_FROMPC_INTR(selfpc); in _MCOUNT_DECL() 184 top->selfpc = selfpc; in _MCOUNT_DECL() 190 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 216 top->selfpc = selfpc; in _MCOUNT_DECL() 227 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 264 mexitcount(uintfptr_t selfpc) in mexitcount() argument 271 MCOUNT_DETRAMP(selfpc); in mexitcount() 273 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | profile.h | 110 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 150 uintfptr_t selfpc, frompc; \ 157 __asm("movq 8(%%rbp),%0" : "=r" (selfpc)); \ 166 _mcount(frompc, selfpc); \ 185 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /f-stack/freebsd/i386/include/ |
| H A D | profile.h | 129 uintfptr_t selfpc, frompc, ecx; \ 144 __asm("movl 4(%%ebp),%0" : "=r" (selfpc)); \ 153 _mcount(frompc, selfpc); \ 172 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /f-stack/freebsd/mips/include/ |
| H A D | profile.h | 134 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 160 void _mcount(uintfptr_t frompc, uintfptr_t selfpc); 172 void mexitcount(uintfptr_t selfpc);
|
| /f-stack/freebsd/sys/ |
| H A D | gmon.h | 132 u_long selfpc; member 230 void mexitcount(uintfptr_t selfpc);
|
| /f-stack/freebsd/arm/include/ |
| H A D | profile.h | 118 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | profile.h | 69 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|