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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c105 * Print how many times the acontext was locked.
322 context->next = pv->acontext[type];
339 pv->acontext[type] = context;
449 pv->acontext[ac] = (struct alloc_context *)0;
557 for (aptr = pv->acontext[ac];
593 for (aptr = pv->acontext[ACONTEXT_GFUNC];
643 for (aptr = pv->acontext[ACONTEXT_GPROF];
709 for (aptr = pv->acontext[ACONTEXT_PROF];
740 for (aptr = pv->acontext[ACONTEXT_GFUNC];
817 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)
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h286 struct alloc_context *acontext[(int)ACONTEXT_MAX]; member in struct:profile_vars

Completed in 32 milliseconds