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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h237 size_t profil_len; /* length of the profil buffer */ member in struct:profile_profil
H A Dprofile-mk.c125 pv->profil_info.profil_len = monsize;
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s487 LCL(profil_len) = LCL(text_len)+4 /* size of profil buffer */
488 LCL(counter_size) = LCL(profil_len)+4 /* size of indivual counter */
H A Dprofile-md.c615 memset((void *)pv->profil_buf, '\0', pv->profil_info.profil_len);
968 fprintf(stream, "%12lu profil buffer length\n", (long unsigned)pinfo->profil_len);

Completed in 25 milliseconds