• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/

Lines Matching defs:prof_uptrint_t

161 typedef	unsigned long	prof_uptrint_t;	/* hold either pointer or unsigned int */
170 prof_uptrint_t low; /* low 32 bits of counter */
171 prof_uptrint_t high; /* high 32 bits of counter */
269 prof_uptrint_t cvalue; /* caller address */
270 prof_uptrint_t cncall; /* # of calls */
279 prof_uptrint_t overflow; /* # times prof counter overflowed */
287 prof_uptrint_t frompc; /* caller's caller */
288 prof_uptrint_t selfpc; /* caller's address */
289 prof_uptrint_t count; /* # times arc traversed */
299 prof_uptrint_t overflow; /* # times counter overflowed */
322 prof_uptrint_t major_version; /* major version number */
323 prof_uptrint_t minor_version; /* minor version number */
324 prof_uptrint_t stats_size; /* size of profile_vars structure */
325 prof_uptrint_t profil_buckets; /* # profil buckets */
326 prof_uptrint_t my_cpu; /* identify current cpu/thread */
327 prof_uptrint_t max_cpu; /* identify max cpu/thread */
328 prof_uptrint_t prof_records; /* # of functions profiled */
329 prof_uptrint_t gprof_records; /* # of gprof arcs */
330 prof_uptrint_t hash_buckets; /* # gprof hash buckets */
331 prof_uptrint_t bogus_count; /* # of bogus functions found in gprof */
349 prof_uptrint_t num_alloc [(int)ACONTEXT_MAX]; /* # allocations */
350 prof_uptrint_t bytes_alloc[(int)ACONTEXT_MAX]; /* bytes allocated */
351 prof_uptrint_t num_context[(int)ACONTEXT_MAX]; /* # contexts */
352 prof_uptrint_t wasted [(int)ACONTEXT_MAX]; /* wasted bytes */
353 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */
355 prof_uptrint_t buckets[MAX_BUCKETS+1]; /* # hash indexes that have n buckets */
374 prof_uptrint_t num_cache; /* # of cache entries */
396 extern char *_profile_cnt_to_decimal(char *, prof_uptrint_t, prof_uptrint_t);