Searched refs:prof_uptrint_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h161 typedef unsigned long prof_uptrint_t; /* hold either pointer or unsigned int */ typedef
170 prof_uptrint_t low; /* low 32 bits of counter */
171 prof_uptrint_t high; /* high 32 bits of counter */
269 prof_uptrint_t cvalue; /* caller address */
270 prof_uptrint_t cncall; /* # of calls */
279 prof_uptrint_t overflow; /* # times prof counter overflowed */
287 prof_uptrint_t frompc; /* caller's caller */
288 prof_uptrint_t selfpc; /* caller's address */
289 prof_uptrint_t count; /* # times arc traversed */
299 prof_uptrint_t overflo
[all...]
H A Dprofile-md.c665 arc.frompc = (prof_uptrint_t)pv->bogus_func;
671 arc.selfpc = (prof_uptrint_t)pv->bogus_func;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h80 typedef unsigned long prof_uptrint_t; /* hold either pointer or unsigned int */ typedef
89 prof_uptrint_t low; /* low 32 bits of counter */
90 prof_uptrint_t high; /* high 32 bits of counter */
126 prof_uptrint_t major_version; /* major version number */
127 prof_uptrint_t minor_version; /* minor version number */
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-mk.c101 prof_uptrint_t textsize;
102 prof_uptrint_t monsize;
103 prof_uptrint_t lowpc;
104 prof_uptrint_t highpc;
113 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
114 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
H A Dprofile-internal.h234 prof_uptrint_t lowpc; /* lowest address */
235 prof_uptrint_t highpc; /* highest address */
289 prof_uptrint_t vars_unused[63]; /* future growth */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmach_clock.c146 prof_uptrint_t s;
161 if ((prof_uptrint_t)pc < _profile_vars.profil_info.lowpc)
164 s = (prof_uptrint_t)pc - _profile_vars.profil_info.lowpc;

Completed in 35 milliseconds