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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h308 prof_flag_t check_funcs; /* != 0 if check gprof arcs for being in range */ member in struct:profile_vars
H A Dprofile-mk.c137 pv->check_funcs = 1; /* for now */
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s519 LCL(check_funcs) = LCL(debug)+1 /* Whether to check functions for validity */
520 LCL(flag_unused) = LCL(check_funcs)+1 /* unused flags */
643 #define V_check_funcs LCL(check_funcs)
H A Dprofile-md.c655 if (pv->check_funcs) {
814 if (pv->check_funcs) {

Completed in 32 milliseconds