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

/freebsd-9.3-release/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dgmon-sol2.c35 * process profiling on solaris 2.X X86
104 static int profiling = 3; variable
118 #define MSG "No space for profiling buffer(s)\n"
279 * check that we are profiling
282 if (profiling) {
285 profiling++;
367 profiling--;
373 profiling++; /* halt further profiling */
380 * Control profiling
[all...]
H A Dsol2-c1.asm155 ! A dummy profiling support routine for non-profiling executables,
156 ! in case we link in some objects that have been compiled for profiling.
H A Dsol2-gc1.asm45 ! to allow program profiling, by calling monstartup on entry and _mcleanup
101 ! Start profiling
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c75 static int profiling = 3; variable
89 #define MSG "No space for profiling buffer(s)\n"
188 /* If PROFDIR contains a null value, no profiling output is produced */
304 * check that we are profiling
307 if (profiling) {
310 profiling++;
392 profiling--;
398 profiling++; /* halt further profiling */
405 * Control profiling
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_clocksource.c104 static int profiling = 0; /* Profiling events enabled. */ variable
227 if (profiling) {
277 if (idle || (!activetick && !profiling &&
291 if (profiling && bintime_cmp(event, &state->nextprof, >))
473 while (freq < (profiling ? profhz : stathz))
728 * Switch to profiling clock rates.
735 if (profiling == 0) {
738 profiling = 1;
741 profiling = 1;
743 profiling
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h202 extern int profiling;
H A Dmkmakefile.c153 if (profiling)
154 fprintf(ofp, "PROFLEVEL=%d\n", profiling);
326 * [ dev* [ | dev* ... ] | profiling-routine ] [ no-obj ]
492 if (eq(wd, "profiling-routine")) {
534 if (filetype == PROFILING && profiling == 0)
755 if (!profiling)
H A Dmain.c78 int profiling; variable
144 profiling++;
H A Dconfig.y189 PROFILE NUMBER { profiling = $2; } |
/freebsd-9.3-release/contrib/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;
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlib.mk42 # .po is used for profiling object files.

Completed in 188 milliseconds