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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c1002 if (PROF_CNT_NE_0(stats->too_high)) {
1005 PROF_CNT_TO_DECIMAL((char *)0, stats->too_high));
1206 PROF_CNT_LADD(old_stats->too_high, new_stats->too_high);
H A Dprofile-md.h89 * Add too_low/too_high to profile_stats.
363 prof_cnt_t too_high; /* # times a histogram tick was too high */ member in struct:profile_stats
H A Dprofile-asm.s73 * Add too_low/too_high to profile_stats.
551 LCL(too_high) = LCL(too_low)+8 /* # times histogram tick too low */
552 LCL(prof_overflow) = LCL(too_high)+8 /* # times the prof count field overflowed */

Completed in 23 milliseconds