Searched refs:profiling (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dexterns.c79 int profiling = 0; variable
H A Dmain.c105 profiling++;
H A Dconfig.h245 extern int profiling;
H A Dmkmakefile.c250 if (profiling)
285 if (profiling && strncmp(line, "COPTS=", 6) == 0) {
391 * [ dev* | profiling-routine ] [ device-driver]
398 * [ dev* | profiling-routine ] [ device-driver]
475 if (eq(wd, "device-driver") || eq(wd, "profiling-routine")) {
605 if (eq(devorprof, "profiling-routine") && profiling == 0)
616 else if (eq(devorprof, "profiling-routine"))
798 if (profiling && (strncmp(line, "LIBS=", 5) == 0))
951 if (!profiling)
[all...]
H A Dparser.y282 { profiling++; }
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.h32 * Microkernel interface to common profiling.
35 #include <profiling/profile-internal.h>
H A Dprofile-kgmon.c54 * Add code to reset profiling information.
73 #include <profiling/profile-internal.h>
76 #include <profiling/machine/profile-md.h>
161 case KGMON_GET_STATUS: /* return whether or not profiling is active */
252 case KGMON_SET_PROFILE_ON: /* turn on profiling */
277 case KGMON_SET_PROFILE_OFF: /* turn off profiling */
302 case KGMON_SET_PROFILE_RESET: /* reset profiling */
323 case KGMON_SET_DEBUG_ON: /* turn on profiling */
346 case KGMON_SET_DEBUG_OFF: /* turn off profiling */
H A Dprofile-internal.h32 * Define the internal interfaces between the profiling support that is
146 KGMON_GET_STATUS, /* return whether or not profiling is active */
151 KGMON_SET_PROFILE_ON = 50, /* turn on profiling */
152 KGMON_SET_PROFILE_OFF, /* turn off profiling */
153 KGMON_SET_PROFILE_RESET, /* reset profiling tables */
178 #include <profiling/machine/profile-md.h>
213 * profiling output.
293 prof_flag_t active; /* != 0 if profiling is active */
294 prof_flag_t do_profile; /* != 0 if profiling is being done */
311 struct profile_stats stats; /* profiling statistic
[all...]
H A Dprofile-mk.c32 * Microkernel interface to common profiling.
35 #include <profiling/profile-mk.h>
62 panic("Call to _profile_alloc_pages while profiling is running.");
66 panic("Could not allocate memory for profiling");
71 printf("Allocated %d bytes for profiling, address 0x%x\n", (int)size, (int)addr);
81 printf("Freed %d bytes for profiling, address 0x%x\n", (int)size, (int)addr);
90 panic("Fatal error in profiling");
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles63 OPTIONS/profiling optional profiling
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c55 * If MACH_ASSERT is on in server or kernel, turn on profiling printfs.
99 * Add _profile_reset to reset profiling information.
187 #include <profiling/profile-internal.h>
224 * All profiling variables, and a dummy gprof record.
260 panic("Call to _profile_alloc_pages while profiling is running.");
264 panic("Could not allocate memory for profiling");
269 printf("Allocated %d bytes for profiling, address 0x%x\n", (int)size, (int)addr);
279 printf("Freed %d bytes for profiling, address 0x%x\n", (int)size, (int)addr);
288 panic("Fatal error in profiling");
394 /* Figure out which function will handle compiler generated profiling */
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c56 #include <profiling/profile-mk.h>
174 * Initialize dummy structs for profiling. These aren't used but
183 /* Hack to initialize pointers to unused profiling structs */ \

Completed in 94 milliseconds