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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h292 prof_flag_t init; /* != 0 if initialized */
293 prof_flag_t active; /* != 0 if profiling is active */
294 prof_flag_t do_profile; /* != 0 if profiling is being done */
295 prof_flag_t use_dci; /* != 0 if using DCI */
297 prof_flag_t use_profil; /* != 0 if using profil */
298 prof_flag_t recursive_alloc; /* != 0 if alloc taking place */
299 prof_flag_t output_uarea; /* != 0 if output the uarea */
300 prof_flag_t output_stats; /* != 0 if output the stats */
302 prof_flag_t output_clock; /* != 0 if output the clock ticks */
303 prof_flag_t multiple_section
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h82 typedef unsigned char prof_flag_t; /* type for boolean flags */ typedef
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h163 typedef unsigned char prof_flag_t; /* type for boolean flags */ typedef
H A Dprofile-md.c422 pv->output_stats = (prof_flag_t) _profile_do_stats;

Completed in 82 milliseconds