Searched refs:frompc (Results 1 – 12 of 12) sorted by relevance
| /trueos/sys/amd64/include/ |
| HD | profile.h | 112 static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \ 152 uintfptr_t selfpc, frompc; \ 166 __asm("movq (%%rbp),%0" : "=r" (frompc)); \ 167 frompc = ((uintfptr_t *)frompc)[1]; \ 168 _mcount(frompc, selfpc); \ 187 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /trueos/sys/libkern/ |
| HD | mcount.c | 59 _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ in _MCOUNT_DECL() argument 60 uintfptr_t frompc, selfpc; in _MCOUNT_DECL() 95 frompc = MCOUNT_FROMPC_USER(frompc); 98 frompci = frompc - p->lowpc; 141 frompc = MCOUNT_FROMPC_INTR(selfpc); 142 if ((frompc - p->lowpc) < p->textsize) 143 frompci = frompc - p->lowpc;
|
| /trueos/sys/i386/include/ |
| HD | profile.h | 118 uintfptr_t selfpc, frompc, ecx; \ 140 __asm("movl (%%ebp),%0" : "=r" (frompc)); \ 141 frompc = ((uintfptr_t *)frompc)[1]; \ 142 _mcount(frompc, selfpc); \ 161 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /trueos/sys/sparc64/include/ |
| HD | profile.h | 68 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 81 uintfptr_t frompc, selfpc; \ 93 __asm("add %%i7, 8, %0" : "=r" (frompc)); \ 94 __mcount(frompc, selfpc); \
|
| /trueos/lib/libc/gmon/ |
| HD | gmon.c | 127 u_long frompc; in _mcleanup() local 195 frompc = p->lowpc; in _mcleanup() 196 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup() 202 frompc, p->tos[toindex].selfpc, in _mcleanup() 206 rawarc.raw_frompc = frompc; in _mcleanup()
|
| HD | mcount.c | 66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() argument 95 frompci = frompc - p->lowpc; in _MCOUNT_DECL()
|
| /trueos/contrib/gcc/config/i386/ |
| HD | gmon-sol2.c | 204 char *frompc; in _mcleanup() local 224 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup() 229 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup() 231 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | gmon-sol2.c | 176 char *frompc; in _mcleanup() local 219 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof(*froms)); in _mcleanup() 224 frompc , tos[toindex].selfpc , tos[toindex].count ); in _mcleanup() 226 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()
|
| /trueos/sys/mips/include/ |
| HD | profile.h | 138 void mcount(uintfptr_t frompc, uintfptr_t selfpc); 164 void _mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /trueos/usr.sbin/kgmon/ |
| HD | kgmon.c | 349 u_long frompc; in dumpstate() local 439 frompc = (u_long)kvp->gpm.lowpc + in dumpstate() 445 "count %ld", frompc, tos[toindex].selfpc, in dumpstate() 447 rawarc.raw_frompc = frompc; in dumpstate()
|
| /trueos/sys/arm/include/ |
| HD | profile.h | 119 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
|
| /trueos/sys/powerpc/include/ |
| HD | profile.h | 210 void __mcount(uintfptr_t frompc, uintfptr_t selfpc);
|