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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c996 if (PROF_CNT_NE_0(stats->too_low)) {
999 PROF_CNT_TO_DECIMAL((char *)0, stats->too_low));
1205 PROF_CNT_LADD(old_stats->too_low, new_stats->too_low);
H A Dprofile-md.h89 * Add too_low/too_high to profile_stats.
362 prof_cnt_t too_low; /* # times a histogram tick was too low */ member in struct:profile_stats
H A Dprofile-asm.s73 * Add too_low/too_high to profile_stats.
550 LCL(too_low) = LCL(acontext_locked)+8 /* # times histogram tick too low */
551 LCL(too_high) = LCL(too_low)+8 /* # times histogram tick too low */

Completed in 27 milliseconds