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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c815 pv->stats.bogus_count = 0;
830 pv->stats.bogus_count++;
835 pv->stats.bogus_count++;
990 if (stats->bogus_count != 0) {
993 (long unsigned)stats->bogus_count);
1192 if (old_stats->bogus_count < new_stats->bogus_count)
1193 old_stats->bogus_count = new_stats->bogus_count;
H A Dprofile-md.h350 prof_uptrint_t bogus_count; /* # of bogus functions found in gprof */ member in struct:profile_stats
H A Dprofile-asm.s538 LCL(bogus_count) = LCL(hash_buckets)+4 /* # bogus functions found in gprof */
540 LCL(cnt) = LCL(bogus_count)+4 /* # of _{prof,gprof}_mcount calls */

Completed in 19 milliseconds