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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c105 * Print how many times the acontext was locked.
328 context->next = pv->acontext[type];
345 pv->acontext[type] = context;
455 pv->acontext[ac] = (struct alloc_context *)0;
563 for (aptr = pv->acontext[ac];
599 for (aptr = pv->acontext[ACONTEXT_GFUNC];
649 for (aptr = pv->acontext[ACONTEXT_GPROF];
715 for (aptr = pv->acontext[ACONTEXT_PROF];
746 for (aptr = pv->acontext[ACONTEXT_GFUNC];
823 for (aptr = pv->acontext[ACONTEXT_GPRO
[all...]
H A Dprofile-asm.s79 * Align loop looking for an unlocked acontext.
500 LCL(acontext) = LCL(output_ptr)+4 /* pointers to allocation context blocks */
502 LCL(bogus_func) = LCL(acontext)+4*C_max /* function to use if gprof arc is bad */
549 LCL(acontext_locked) = LCL(overflow_ticks)+8 /* # times an acontext was locked */
633 #define V_acontext LCL(acontext)
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h286 struct alloc_context *acontext[(int)ACONTEXT_MAX]; member in struct:profile_vars

Completed in 33 milliseconds