Home
last modified time | relevance | path

Searched refs:profiling (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-12.1/contrib/gcc/config/i386/
H A Dgmon-sol2.c104 static int profiling = 3; variable
282 if (profiling) { in internal_mcount()
285 profiling++; in internal_mcount()
367 profiling--; in internal_mcount()
373 profiling++; /* halt further profiling */ in internal_mcount()
394 profiling = 0; in moncontrol()
398 profiling = 3; in moncontrol()
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-12.1/contrib/gcc/config/sparc/
H A Dgmon-sol2.c75 static int profiling = 3; variable
307 if (profiling) { in internal_mcount()
310 profiling++; in internal_mcount()
392 profiling--; in internal_mcount()
398 profiling++; /* halt further profiling */ in internal_mcount()
416 profiling = 0; in moncontrol()
420 profiling = 3; in moncontrol()
/freebsd-12.1/sys/kern/
H A Dkern_clocksource.c199 if (profiling) { in handleevents()
258 if (profiling && event > state->nextprof) in getnextcpuevent()
434 while (freq < (profiling ? profhz : stathz))
725 if (profiling == 0) {
728 profiling = 1;
731 profiling = 1;
733 profiling++;
745 if (profiling == 1) {
748 profiling = 0;
751 profiling = 0;
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_profiling_flags.inc10 // XRay profiling runtime flags.
28 "Set to true if we want the profiling implementation to not write "
31 "The number of buffers to pre-allocate used by the profiling "
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog185 - Add mutex profiling, which collects a variety of statistics useful for
617 This bugfix release addresses a few bugs specific to heap profiling.
633 optional extra space. Note that a couple of minor heap profiling
657 - Fix heap profiling bugs:
711 - Implement per thread heap profiling, as well as the ability to
830 calloc(), and realloc() when profiling is enabled.
973 profiling were enabled.
1158 This version fixes numerous bugs related to heap profiling.
1206 - Heap profiling-specific fixes:
1295 - Increase default backtrace depth from 4 to 128 for heap profiling.
[all …]
/freebsd-12.1/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c175 static bool profiling = FALSE;
812 if (!profiling) { in onscreen_mvcur()
931 if (!profiling) in onscreen_mvcur()
1136 if (profiling) in tputs()
1319 profiling = TRUE; in main()
1343 profiling = FALSE; in main()
/freebsd-12.1/contrib/gcc/doc/
H A Dgcov.texi45 * Cross-profiling:: Data file relocation.
55 @command{gcov} as a profiling tool to help discover where your
57 @command{gcov} along with the other profiling tool, @command{gprof}, to
108 compatible with any other profiling or test coverage mechanism.
267 additional code in the object files for generating the extra profiling
445 profiling code first attempts to read in an existing @file{.gcda} file; if
515 @command{gcov} uses two files for profiling. The names of these files
536 @node Cross-profiling
537 @section Data file relocation to support cross-profiling
546 To support cross-profiling, a program compiled with @option{-fprofile-arcs}
/freebsd-12.1/usr.sbin/config/
H A Dmkmakefile.c158 if (profiling) in makefile()
159 fprintf(ofp, "PROFLEVEL=%d\n", profiling); in makefile()
582 if (filetype == PROFILING && profiling == 0) in read_file()
787 if (!profiling) in do_rules()
H A Dconfig.h212 extern int profiling;
H A Dmain.c80 int profiling; variable
149 profiling++; in main()
H A Dconfig.y192 PROFILE NUMBER { profiling = $2; } |
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dlinux64.opt25 Call mcount for profiling before a function prologue
/freebsd-12.1/lib/libc/nls/
H A Del_GR.ISO8859-7.msg241 27 ����������� � ������������� profiling
H A Dpt_BR.ISO8859-1.msg241 27 Temporizador de profiling expirou
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
11 * constant literals that are shared across profiling runtime library,
143 /* Definition of parameter types of the runtime API used to do value profiling
177 /* For indirect function call value profiling, the addresses of the target
187 /* For memory intrinsic functions size profiling. */
329 * Per-function header/control data structure for value profiling
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
11 * constant literals that are shared across profiling runtime library,
143 /* Definition of parameter types of the runtime API used to do value profiling
177 /* For indirect function call value profiling, the addresses of the target
187 /* For memory intrinsic functions size profiling. */
329 * Per-function header/control data structure for value profiling
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_flags.inc37 // Typical profiling uses a 10ms timer. Our snapshots take some work
/freebsd-12.1/contrib/file/magic/Magdir/
H A Ddigital52 0 string =!<PDF>!\n profiling data file
/freebsd-12.1/contrib/tcsh/nls/italian/
H A Dset264 61 Allarme di tempo di profiling
/freebsd-12.1/contrib/sendmail/src/
H A DTRACEFLAGS103 93,>99 * Prevent daemon connection fork for profiling/debugging
/freebsd-12.1/sys/gnu/dts/arm64/arm/
H A Dfvp-base-revc.dts151 compatible = "arm,statistical-profiling-extension-v1";
/freebsd-12.1/contrib/gcc/
H A Dcommon.opt309 Use profiling information for branch probabilities
542 Instrument function entry and exit with profiling calls
705 Enable basic program profiling code
709 Insert arc-based program profiling code
1156 Enable function profiling

1234