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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c795 pv->stats.hash_buckets = 0;
807 if (pv->stats.hash_buckets < nbuckets) {
808 pv->stats.hash_buckets = nbuckets;
1058 fprintf(stream, "%12lu max bucket(s) on hash chain.\n", (long unsigned)stats->hash_buckets);
1189 if (old_stats->hash_buckets < new_stats->hash_buckets)
1190 old_stats->hash_buckets = new_stats->hash_buckets;
H A Dprofile-md.h349 prof_uptrint_t hash_buckets; /* # gprof hash buckets */ member in struct:profile_stats
H A Dprofile-asm.s537 LCL(hash_buckets) = LCL(gprof_records)+4 /* max gprof hash buckets on a chain */
538 LCL(bogus_count) = LCL(hash_buckets)+4 /* # bogus functions found in gprof */

Completed in 18 milliseconds