Searched refs:arc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c103 * Add support for range checking the gprof arc {from,self}pc addresses.
657 struct gprof_arc arc = hptr->arc;
662 if (arc.frompc < pv->profil_info.lowpc ||
663 arc.frompc > pv->profil_info.highpc) {
665 arc.frompc = (prof_uptrint_t)pv->bogus_func;
668 if (arc.selfpc < pv->profil_info.lowpc ||
669 arc.selfpc > pv->profil_info.highpc) {
671 arc.selfpc = (prof_uptrint_t)pv->bogus_func;
678 bytes += sizeof (arc);
650 struct gprof_arc arc = hptr->arc; local
[all...]
H A Dprofile-md.h96 * Add support for range checking gprof arc {from,self}pc addresses.
283 * Gprof arc, external format.
289 prof_uptrint_t count; /* # times arc traversed */
293 * Gprof arc, internal format.
298 struct gprof_arc arc; /* gprof record */ member in struct:hasharc

Completed in 27 milliseconds