Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/gmon/
H A Dmcount.c131 _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 Dprofile.h47 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 Dgmon.c63 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 Dgmon.c63 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 Dgmon.c264 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 Dprofile.h61 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 Dgmon.h127 char *selfpc; member
H A Dgprof.texi1841 (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 Dgprof.info1591 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 Dgmon.h127 char *selfpc; member
H A Dgprof.texi1844 (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 Dgprof.info1594 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 Dgmon.h102 u_long selfpc; member
/netbsd-src/usr.sbin/kgmon/
H A Dkgmon.c465 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 Dcrt1.S293 ! r5 is selfpc
302 stc spc, r5 ! selfpc
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dcrt1.S293 ! r5 is selfpc
302 stc spc, r5 ! selfpc