Searched refs:selfpc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libc/gmon/ |
| H A D | mcount.c | 65 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 168 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL() 169 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL() 170 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL() 198 top->selfpc = selfpc; in _MCOUNT_DECL() 204 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 230 top->selfpc = selfpc; in _MCOUNT_DECL() 241 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 279 mexitcount(uintfptr_t selfpc) in mexitcount() argument 285 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| H A D | gmon.c | 193 frompc, p->tos[toindex].selfpc, in _mcleanup() 198 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | profile.h | 48 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 87 uintfptr_t selfpc, frompc; \ 94 __asm("movq 8(%%rbp),%0" : "=r" (selfpc)); \ 103 _mcount(frompc, selfpc); \
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | profile.h | 49 uintfptr_t selfpc, frompc, ecx; \ 64 __asm("movl 4(%%ebp),%0" : "=r" (selfpc)); \ 73 _mcount(frompc, selfpc); \
|
| /freebsd-14.2/sys/sys/ |
| H A D | gmon.h | 131 u_long selfpc; member 229 void mexitcount(uintfptr_t selfpc);
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | profile.h | 51 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | profile.h | 64 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | profile.h | 117 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | profile.h | 222 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);
|