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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c107 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
108 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
110 monsize = (textsize / HISTFRACTION) * sizeof(LHISTCOUNTER);
126 pv->profil_info.counter_size = sizeof(LHISTCOUNTER);
128 pv->stats.profil_buckets = monsize / sizeof(LHISTCOUNTER);
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c788 LHISTCOUNTER *lptr;
891 /* Now go through & count how many times the LHISTCOUNTER overflowed into a 2nd word */
892 lptr = (LHISTCOUNTER *)pv->profil_buf;
895 pv->profil_info.counter_size == sizeof(LHISTCOUNTER) &&
896 lptr != (LHISTCOUNTER *)0) {
H A Dprofile-md.h70 * Make LHISTCOUNTER be 64 bits.
71 * Define LPROF_CNT_INC to increment LHISTCOUNTER.
83 * Define LHISTCOUNTER.
251 typedef prof_cnt_t LHISTCOUNTER; /* lprofil */ typedef

Completed in 20 milliseconds