Searched refs:profil_buf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmach_clock.c166 LHISTCOUNTER *ptr = (LHISTCOUNTER *) pv->profil_buf;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h278 HISTCOUNTER *profil_buf; /* profil buffer */ member in struct:profile_vars
H A Dprofile-mk.c134 pv->profil_buf = _profile_alloc (pv, monsize, ACONTEXT_PROFIL);
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s492 LCL(profil_buf) = LCL(profil_end) /* buffer for profil */
495 LCL(output_init) = LCL(profil_buf)+4 /* Initialization */
H A Dprofile-md.c621 memset((void *)pv->profil_buf, '\0', pv->profil_info.profil_len);
898 lptr = (LHISTCOUNTER *)pv->profil_buf;

Completed in 32 milliseconds