Searched refs:selfpc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/lib/libc/gmon/ |
| H A D | mcount.c | 68 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 171 if ((uintfptr_t)selfpc >= (uintfptr_t)btrap in _MCOUNT_DECL() 172 && (uintfptr_t)selfpc < (uintfptr_t)eintr) { in _MCOUNT_DECL() 173 if ((uintfptr_t)selfpc >= (uintfptr_t)bintr) in _MCOUNT_DECL() 201 top->selfpc = selfpc; in _MCOUNT_DECL() 207 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 233 top->selfpc = selfpc; in _MCOUNT_DECL() 244 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 282 mexitcount(uintfptr_t selfpc) in mexitcount() argument 288 selfpcdiff = selfpc - (uintfptr_t)p->lowpc; in mexitcount()
|
| H A D | gmon.c | 196 frompc, p->tos[toindex].selfpc, in _mcleanup() 201 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
|
| /freebsd-13.1/sys/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);
|
| /freebsd-13.1/sys/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);
|
| /freebsd-13.1/sys/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);
|
| /freebsd-13.1/sys/sys/ |
| H A D | gmon.h | 132 u_long selfpc; member 230 void mexitcount(uintfptr_t selfpc);
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | profile.h | 118 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | profile.h | 69 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | profile.h | 69 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | profile.h | 223 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /freebsd-13.1/usr.sbin/kgmon/ |
| H A D | kgmon.c | 447 "count %ld", frompc, tos[toindex].selfpc, in dumpstate() 450 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc; in dumpstate()
|