| /netbsd-src/common/lib/libc/gmon/ |
| H A D | mcount.c | 131 _MCOUNT_DECL(u_long frompc, u_long selfpc) in _MCOUNT_DECL() argument 205 top->selfpc = selfpc; in _MCOUNT_DECL() 211 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 237 top->selfpc = selfpc; in _MCOUNT_DECL() 248 if (top->selfpc == selfpc) { in _MCOUNT_DECL() 293 u_long selfpc; in _gmonparam_merge() local 309 selfpc = q->tos[qtoindex].selfpc; in _gmonparam_merge() 325 top->selfpc = selfpc; in _gmonparam_merge() 331 if (top->selfpc == selfpc) { in _gmonparam_merge() 358 top->selfpc = selfpc; in _gmonparam_merge() [all …]
|
| /netbsd-src/sys/arch/m68k/include/ |
| H A D | profile.h | 47 int selfpc, frompcindex; \ 48 __asm("movl %%a6@(4),%0" : "=r" (selfpc)); \ 50 _mcount(frompcindex, selfpc); \ 60 int selfpc, frompcindex; \ 61 __asm("movl %%a6@(4),%0" : "=r" (selfpc)); \ 63 _mcount(frompcindex, selfpc); \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/ |
| H A D | gmon.c | 63 char *selfpc; member 208 frompc, tos[toindex].selfpc, tos[toindex].count); in _mcleanup() 211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup() 309 internal_mcount (char *selfpc, unsigned short *frompcindex) in internal_mcount() argument 363 top->selfpc = selfpc; in internal_mcount() 369 if (top->selfpc == selfpc) { in internal_mcount() 387 top->selfpc = selfpc; in internal_mcount() 396 if (top->selfpc == selfpc) { in internal_mcount()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/ |
| H A D | gmon.c | 63 char *selfpc; member 208 frompc, tos[toindex].selfpc, tos[toindex].count); in _mcleanup() 211 rawarc.raw_selfpc = (unsigned long) tos[toindex].selfpc; in _mcleanup() 309 internal_mcount (char *selfpc, unsigned short *frompcindex) in internal_mcount() argument 363 top->selfpc = selfpc; in internal_mcount() 369 if (top->selfpc == selfpc) { in internal_mcount() 387 top->selfpc = selfpc; in internal_mcount() 396 if (top->selfpc == selfpc) { in internal_mcount()
|
| /netbsd-src/lib/libc/gmon/ |
| H A D | gmon.c | 264 u_long selfpc; in _m_gmon_merge_two() local 275 selfpc = q->tos[qtoindex].selfpc; in _m_gmon_merge_two() 291 top->selfpc = selfpc; in _m_gmon_merge_two() 297 if (top->selfpc == selfpc) { in _m_gmon_merge_two() 324 top->selfpc = selfpc; in _m_gmon_merge_two() 334 if (top->selfpc == selfpc) { in _m_gmon_merge_two() 485 (u_long)frompc, (u_long)p->tos[toindex].selfpc, in _mcleanup() 490 rawarc.raw_selfpc = p->tos[toindex].selfpc; in _mcleanup()
|
| /netbsd-src/sys/arch/i386/include/ |
| H A D | profile.h | 61 int selfpc, frompcindex; \ 74 selfpc = (int)__builtin_return_address(0); \ 79 _mcount((u_long)frompcindex, (u_long)selfpc); \
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | gmon.h | 127 char *selfpc; member
|
| H A D | gprof.texi | 1841 (a normal C function) with two arguments---@code{frompc} and @code{selfpc}. 1843 the in-memory call graph, which records @code{frompc}, @code{selfpc},
|
| H A D | gprof.info | 1591 arguments--'frompc' and 'selfpc'. '__mcount_internal' is responsible 1593 'selfpc', and the number of times each of these call arcs was traversed.
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | gmon.h | 127 char *selfpc; member
|
| H A D | gprof.texi | 1844 (a normal C function) with two arguments---@code{frompc} and @code{selfpc}. 1846 the in-memory call graph, which records @code{frompc}, @code{selfpc},
|
| H A D | gprof.info | 1594 arguments—‘frompc’ and ‘selfpc’. ‘__mcount_internal’ is responsible for 1595 maintaining the in-memory call graph, which records ‘frompc’, ‘selfpc’,
|
| /netbsd-src/sys/sys/ |
| H A D | gmon.h | 102 u_long selfpc; member
|
| /netbsd-src/usr.sbin/kgmon/ |
| H A D | kgmon.c | 465 getprogname(), frompc, tos[toindex].selfpc, in dumpstate() 468 rawarc.raw_selfpc = (u_long)tos[toindex].selfpc; in dumpstate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/ |
| H A D | crt1.S | 293 ! r5 is selfpc 302 stc spc, r5 ! selfpc
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/ |
| H A D | crt1.S | 293 ! r5 is selfpc 302 stc spc, r5 ! selfpc
|