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

/macosx-10.5.8/xnu-1228.15.4/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.c138 pv->profil_info.profil_len = monsize;
/macosx-10.5.8/xnu-1228.15.4/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.c621 memset((void *)pv->profil_buf, '\0', pv->profil_info.profil_len);
974 fprintf(stream, "%12lu profil buffer length\n", (long unsigned)pinfo->profil_len);

Completed in 21 milliseconds