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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h92 * Make prof_cnt_t unsigned long.
169 typedef struct prof_cnt_t { struct
172 } prof_cnt_t; typedef in typeref:struct:prof_cnt_t
224 /* max # digits + null to hold prof_cnt_t values (round up to multiple of 4) */
232 typedef prof_cnt_t LHISTCOUNTER; /* lprofil */
333 prof_cnt_t cnt; /* # of calls to _{,g}prof_mcount */
334 prof_cnt_t dummy; /* # of calls to _dummy_mcount */
335 prof_cnt_t old_mcount; /* # of calls to old mcount */
336 prof_cnt_t hash_search; /* # hash buckets searched */
337 prof_cnt_t hash_nu
[all...]
H A Dprofile-md.c934 prof_cnt_t total_hits;
1024 prof_cnt_t total_ticks;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h88 typedef struct prof_cnt_t { struct
91 } prof_cnt_t; typedef in typeref:struct:prof_cnt_t
123 typedef prof_cnt_t LHISTCOUNTER; /* lprofil */

Completed in 27 milliseconds