Lines Matching defs:prof_uptrint_t

165 typedef	unsigned long	prof_uptrint_t;
177 prof_uptrint_t low; /* low 32 bits of counter */
178 prof_uptrint_t high; /* high 32 bits of counter */
288 prof_uptrint_t cvalue; /* caller address */
289 prof_uptrint_t cncall; /* # of calls */
298 prof_uptrint_t overflow; /* # times prof counter overflowed */
306 prof_uptrint_t frompc; /* caller's caller */
307 prof_uptrint_t selfpc; /* caller's address */
308 prof_uptrint_t count; /* # times arc traversed */
318 prof_uptrint_t overflow; /* # times counter overflowed */
341 prof_uptrint_t major_version; /* major version number */
342 prof_uptrint_t minor_version; /* minor version number */
343 prof_uptrint_t stats_size; /* size of profile_vars structure */
344 prof_uptrint_t profil_buckets; /* # profil buckets */
345 prof_uptrint_t my_cpu; /* identify current cpu/thread */
346 prof_uptrint_t max_cpu; /* identify max cpu/thread */
347 prof_uptrint_t prof_records; /* # of functions profiled */
348 prof_uptrint_t gprof_records; /* # of gprof arcs */
349 prof_uptrint_t hash_buckets; /* # gprof hash buckets */
350 prof_uptrint_t bogus_count; /* # of bogus functions found in gprof */
368 prof_uptrint_t num_alloc [(int)ACONTEXT_MAX]; /* # allocations */
369 prof_uptrint_t bytes_alloc[(int)ACONTEXT_MAX]; /* bytes allocated */
370 prof_uptrint_t num_context[(int)ACONTEXT_MAX]; /* # contexts */
371 prof_uptrint_t wasted [(int)ACONTEXT_MAX]; /* wasted bytes */
372 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */
374 prof_uptrint_t buckets[MAX_BUCKETS+1]; /* # hash indexes that have n buckets */
393 prof_uptrint_t num_cache; /* # of cache entries */
415 extern char *_profile_cnt_to_decimal(char *, prof_uptrint_t, prof_uptrint_t);