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

/xnu-2782.1.97/osfmk/profiling/i386/
H A Dprofile-md.h165 typedef unsigned long prof_uptrint_t; typedef
241 prof_uptrint_t cvalue; /* caller address */
242 prof_uptrint_t cncall; /* # of calls */
251 prof_uptrint_t overflow; /* # times prof counter overflowed */
259 prof_uptrint_t frompc; /* caller's caller */
260 prof_uptrint_t selfpc; /* caller's address */
261 prof_uptrint_t count; /* # times arc traversed */
271 prof_uptrint_t overflow; /* # times counter overflowed */
294 prof_uptrint_t major_version; /* major version number */
295 prof_uptrint_t minor_versio
[all...]
/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-mk.c96 prof_uptrint_t textsize;
97 prof_uptrint_t monsize;
98 prof_uptrint_t lowpc;
99 prof_uptrint_t highpc;
107 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
108 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 */

Completed in 73 milliseconds