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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h238 size_t counter_size; /* size of indivual counters (HISTCOUNTER) */ member in struct:profile_profil
H A Dprofile-mk.c126 pv->profil_info.counter_size = sizeof(LHISTCOUNTER);
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s488 LCL(counter_size) = LCL(profil_len)+4 /* size of indivual counter */
489 LCL(scale) = LCL(counter_size)+4 /* scale factor */
H A Dprofile-md.c895 pv->profil_info.counter_size == sizeof(LHISTCOUNTER) &&
969 fprintf(stream, "%12lu profil sizeof counters\n", (long unsigned)pinfo->counter_size);

Completed in 80 milliseconds