Searched refs:selfpc (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/gmon/ |
H A D | mcount.c | 62 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 165 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL() 166 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL() 167 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL() 195 top->selfpc = selfpc; in _MCOUNT_DECL() 201 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 227 top->selfpc = selfpc; in _MCOUNT_DECL() 238 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 276 mexitcount(uintfptr_t selfpc) in mexitcount() argument 282 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
H A D | gmon.c | 190 frompc, p->tos[toindex].selfpc, in _mcleanup() 195 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
|
/freebsd/sys/amd64/include/ |
H A D | profile.h | 46 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 85 uintfptr_t selfpc, frompc; \ 92 __asm("movq 8(%%rbp),%0" : "=r" (selfpc)); \ 101 _mcount(frompc, selfpc); \
|
/freebsd/sys/i386/include/ |
H A D | profile.h | 47 uintfptr_t selfpc, frompc, ecx; \ 62 __asm("movl 4(%%ebp),%0" : "=r" (selfpc)); \ 71 _mcount(frompc, selfpc); \
|
/freebsd/sys/sys/ |
H A D | gmon.h | 129 u_long selfpc; member 227 void mexitcount(uintfptr_t selfpc);
|
/freebsd/sys/arm64/include/ |
H A D | profile.h | 51 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
|
/freebsd/sys/riscv/include/ |
H A D | profile.h | 64 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
/freebsd/sys/arm/include/ |
H A D | profile.h | 115 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
/freebsd/sys/powerpc/include/ |
H A D | profile.h | 222 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);
|