Home
last modified time | relevance | path

Searched refs:selfpc (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/lib/libc/gmon/
H A Dmcount.c65 _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 Dgmon.c193 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 Dprofile.h48 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 Dprofile.h49 uintfptr_t selfpc, frompc, ecx; \
64 __asm("movl 4(%%ebp),%0" : "=r" (selfpc)); \
73 _mcount(frompc, selfpc); \
/freebsd-14.2/sys/sys/
H A Dgmon.h131 u_long selfpc; member
229 void mexitcount(uintfptr_t selfpc);
/freebsd-14.2/sys/arm64/include/
H A Dprofile.h51 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
/freebsd-14.2/sys/riscv/include/
H A Dprofile.h64 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
/freebsd-14.2/sys/arm/include/
H A Dprofile.h117 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
/freebsd-14.2/sys/powerpc/include/
H A Dprofile.h222 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);