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

/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dexterns.c63 int profiling = 0; variable
H A Dconfig.h149 extern int profiling;
H A Dmain.c105 profiling++;
H A Dmkmakefile.c194 if (profiling)
212 if (profiling && strncmp(line, "COPTS=", 6) == 0) {
297 * [ dev* | profiling-routine ] [ device-driver]
354 if (eq(wd, "device-driver") || eq(wd, "profiling-routine")) {
467 if (eq(devorprof, "profiling-routine") && profiling == 0)
478 else if (eq(devorprof, "profiling-routine"))
605 if (profiling && (strncmp(line, "LIBS=", 5) == 0))
685 if (!profiling)
/macosx-10.10/xnu-2782.1.97/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");
/macosx-10.10/Libc-1044.1.2/gmon/
H A Dgmon.c24 #error This module cannot be compiled with profiling
77 * had been ifdef'ed out for profiling fixed shared libraries and
101 * Since buckets are shorts, if the profiling base were 0, then a pc
140 static char profiling = -1; /* tas (test and set) location for NeXT */ variable
179 * used for profiling dyld loaded code.
215 * Control profiling
216 * profiling is what mcount checks to see if
/macosx-10.10/Security-57031.1.35/Security/regressions/inc/IPC/
H A DRun3.pm70 To enable profiling, set IPCRUN3PROFILE to a number to enable
149 use constant profiling => $ENV{IPCRUN3PROFILE} || $ENV{IPCRUNPROFILE} || 0; constant
175 if ( profiling ) {
203 $profiler->app_exit( scalar gettimeofday() ) if profiling;
418 $run_call_time = gettimeofday() if profiling;
496 $sys_call_time = gettimeofday() if profiling;
511 $sys_exit_time = gettimeofday() if profiling;
557 ) if profiling;
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/t/IPC/
H A DRun3.pm70 To enable profiling, set IPCRUN3PROFILE to a number to enable
149 use constant profiling => $ENV{IPCRUN3PROFILE} || $ENV{IPCRUNPROFILE} || 0; constant
175 if ( profiling ) {
203 $profiler->app_exit( scalar gettimeofday() ) if profiling;
418 $run_call_time = gettimeofday() if profiling;
496 $sys_call_time = gettimeofday() if profiling;
511 $sys_exit_time = gettimeofday() if profiling;
557 ) if profiling;
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c166 static bool profiling = FALSE; variable
745 if (!profiling) {
747 goto nonlocal; /* always run the optimizer if profiling */
840 if (!profiling)
977 if (profiling)
1160 profiling = TRUE;
1184 profiling = FALSE;
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprofile.test73 } {1 {option "-command" not valid when turning off profiling}}
77 } {1 {option "-eval" not valid when turning off profiling}}
81 } {1 {option "-command" not valid when turning off profiling}}
85 } {1 {profiling is not currently enabled}}
90 } {1 {profiling is already enabled}}
/macosx-10.10/vim-55/src/
H A DMake_sas.mak35 # profiling
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles39 OPTIONS/profiling optional profiling
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmp.c58 #include <profiling/profile-mk.h>
187 * Initialize dummy structs for profiling. These aren't used but
196 /* Hack to initialize pointers to unused profiling structs */ \
/macosx-10.10/vim-55/runtime/syntax/
H A D2html.vim1092 if !v:profiling
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure1400 --enable-profiling Compile with profiling enabled (default is NO)
1464 --with-intel-jitevents Notify Intel JIT profiling API of generated code
5064 # Check whether --enable-profiling was given.
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure1379 --enable-profiling Compile with profiling enabled (default is NO)
4960 # Check whether --enable-profiling was given.
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfigure905 --enable-profiling allow profiling with gprof
1901 # Check whether --enable-profiling or --disable-profiling was given.
/macosx-10.10/apr-32/apr/apr/
H A Dconfigure1560 --enable-profile Turn on profiling for the build (GCC)
/macosx-10.10/rsync-45/rsync/
H A Dconfigure1255 --enable-profile turn on CPU profiling

Completed in 295 milliseconds