HomeSort by: relevance | last modified time | path
    Searched defs:selfpc (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gmon/
mcount.c 122 * program's call graph edges. frompc and selfpc are the return
131 _MCOUNT_DECL(u_long frompc, u_long selfpc)
205 top->selfpc = selfpc;
211 if (top->selfpc == selfpc) {
228 * had top->selfpc == selfpc.
237 top->selfpc = selfpc;
293 u_long selfpc; local in function:_gmonparam_merge
    [all...]
  /src/lib/libc/gmon/
gmon.c 264 u_long selfpc; local in function:_m_gmon_merge_two
275 selfpc = q->tos[qtoindex].selfpc;
291 top->selfpc = selfpc;
297 if (top->selfpc == selfpc) {
314 * top->selfpc == selfpc. so
324 top->selfpc = selfpc
    [all...]
  /src/sys/sys/
gmon.h 102 u_long selfpc; member in struct:tostruct

Completed in 39 milliseconds