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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c57 * Update overflow_ticks for # times the lprofil counter overflows into high word.
898 PROF_ULONG_TO_CNT(pv->stats.overflow_ticks, 0);
900 PROF_CNT_ADD(pv->stats.overflow_ticks, lptr[i].high);
1046 if (PROF_CNT_NE_0(stats->overflow_ticks)) {
1048 PROF_CNT_TO_DECIMAL((char *)0, stats->overflow_ticks));
1203 PROF_CNT_LADD(old_stats->overflow_ticks, new_stats->overflow_ticks);
H A Dprofile-md.h360 prof_cnt_t overflow_ticks; /* # ticks where HISTCOUNTER overflowed */ member in struct:profile_stats
H A Dprofile-asm.s548 LCL(overflow_ticks) = LCL(idle_ticks)+8 /* # ticks where histcounter overflowed */
549 LCL(acontext_locked) = LCL(overflow_ticks)+8 /* # times an acontext was locked */

Completed in 66 milliseconds