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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h101 #define HISTCOUNTER unsigned short macro
143 #define MAXARCS ((1 << (8 * sizeof(HISTCOUNTER))) - 2)
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h122 typedef unsigned short HISTCOUNTER; /* profil */ typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h238 size_t counter_size; /* size of indivual counters (HISTCOUNTER) */
278 HISTCOUNTER *profil_buf; /* profil buffer */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c121 p->lowpc = ROUNDDOWN(p->lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h101 * Keep track of the number of times the kernel overflows the HISTCOUNTER counter.
231 typedef unsigned short HISTCOUNTER; /* profil */ typedef
341 prof_cnt_t overflow_ticks; /* # ticks where HISTCOUNTER overflowed */

Completed in 67 milliseconds