Searched refs:selfpc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c202 u_long selfpc
241 top->selfpc = selfpc;
247 if (top->selfpc == selfpc) {
264 * had top->selfpc == selfpc.
273 top->selfpc = selfpc;
284 if (top->selfpc
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h146 uint32_t selfpc; member in struct:tostruct
153 uint64_t selfpc; member in struct:tostruct_64
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c668 if (arc.selfpc < pv->profil_info.lowpc ||
669 arc.selfpc > pv->profil_info.highpc) {
671 arc.selfpc = (prof_uptrint_t)pv->bogus_func;
839 if (hptr->arc.selfpc < pv->profil_info.lowpc ||
840 hptr->arc.selfpc > pv->profil_info.highpc) {
H A Dprofile-md.h288 prof_uptrint_t selfpc; /* caller's address */ member in struct:gprof_arc

Completed in 35 milliseconds