Searched refs:profile (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A DMakefile11 profile-md.h profile-md.c profile-asm.s
15 INSTALL_MD_DIR = profile/i386
19 EXPORT_MD_DIR = profile/i386
H A Dprofile-md.c136 * Add size fields for other structures to profile-vars.
148 * Include <profile/profile-internal.h> instead of "profile-md.h".
154 * Rename profile.h -> profile-md.h.
161 * Remove debug code called from profile-asm.s.
187 #include <profiling/profile-internal.h>
213 * Information passed on from profile-asm.s
/darwin-on-arm/xnu/osfmk/profiling/
H A DMakefile35 profile-internal.h profile-mk.h profile-kgmon.c \
42 INSTALL_MI_DIR = profile
46 EXPORT_MI_DIR = profile
H A Dprofile-mk.h35 #include <profiling/profile-internal.h>
55 * Macros to access the nth cpu's profile variable structures.
H A Dprofile-kgmon.c73 #include <profiling/profile-internal.h>
76 #include <profiling/machine/profile-md.h>
H A Dprofile-internal.h178 #include <profiling/machine/profile-md.h>
254 profile_type_t type; /* profile type */
359 * Functions defined in profile-kgmon.c
H A Dprofile-mk.c35 #include <profiling/profile-mk.h>
/darwin-on-arm/xnu/osfmk/profiling/machine/
H A DMakefile12 profile-md.h
16 INSTALL_MI_DIR = profile/machine
20 EXPORT_MI_DIR = profile/machine
/darwin-on-arm/xnu/bsd/i386/
H A DMakefile12 profile.h setjmp.h signal.h limits.h _limits.h \
17 profile.h setjmp.h signal.h limits.h _limits.h \
/darwin-on-arm/xnu/bsd/machine/
H A DMakefile13 limits.h param.h profile.h \
20 limits.h param.h profile.h \
/darwin-on-arm/xnu/SETUP/config/
H A Ddoconf78 unset profile
120 case "-profile":
121 set profile
317 if ($?profile) then
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c669 ifclassq_tbr_set(struct ifclassq *ifq, struct tb_profile *profile, argument
684 rate = profile->rate;
685 if (profile->percent > 0) {
688 if (profile->percent > 100)
692 rate = (eff_rate * profile->percent) / 100;
714 "enabled", rate, profile->depth);
720 tbr->tbr_percent = profile->percent;
730 * overridden by specifying the depth profile. Values smaller than
751 tbr->tbr_depth = TBR_SCALE(profile->depth);
760 tbr->tbr_depth = TBR_SCALE(profile
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile115 profile: OPTIM=-Os -pg -dynamic
116 profile: build
/darwin-on-arm/xnu/bsd/conf/
H A DMASTER170 options GPROF # build profiling # <profile>
231 profile # build a profiling kernel # <profile>
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c56 #include <profiling/profile-mk.h>

Completed in 55 milliseconds