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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h278 HISTCOUNTER *profil_buf; /* profil buffer */ member in struct:profile_vars
H A Dprofile-mk.c121 pv->profil_buf = _profile_alloc (pv, monsize, ACONTEXT_PROFIL);
/darwin-on-arm/xnu/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.c615 memset((void *)pv->profil_buf, '\0', pv->profil_info.profil_len);
892 lptr = (LHISTCOUNTER *)pv->profil_buf;

Completed in 28 milliseconds