Searched refs:LHISTCOUNTER (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-mk.c113 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
114 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
116 monsize = (textsize / HISTFRACTION) * sizeof(LHISTCOUNTER);
139 pv->profil_info.counter_size = sizeof(LHISTCOUNTER);
141 pv->stats.profil_buckets = monsize / sizeof(LHISTCOUNTER);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmach_clock.c166 LHISTCOUNTER *ptr = (LHISTCOUNTER *) pv->profil_buf;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h123 typedef prof_cnt_t LHISTCOUNTER; /* lprofil */ typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c794 LHISTCOUNTER *lptr;
897 /* Now go through & count how many times the LHISTCOUNTER overflowed into a 2nd word */
898 lptr = (LHISTCOUNTER *)pv->profil_buf;
901 pv->profil_info.counter_size == sizeof(LHISTCOUNTER) &&
902 lptr != (LHISTCOUNTER *)0) {
H A Dprofile-md.h70 * Make LHISTCOUNTER be 64 bits.
71 * Define LPROF_CNT_INC to increment LHISTCOUNTER.
83 * Define LHISTCOUNTER.
232 typedef prof_cnt_t LHISTCOUNTER; /* lprofil */ typedef

Completed in 79 milliseconds