Home
last modified time | relevance | path

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

12345678

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgmon.c55 static int profiling = 3; variable
211 if (profiling) { in mcount()
214 profiling++; in mcount()
296 profiling--; in mcount()
302 profiling++; /* halt further profiling */ in mcount()
319 profiling = 0;
323 profiling = 3;
/openbsd/gnu/gcc/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.
/openbsd/gnu/gcc/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()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dgmon-sol2.c111 static int profiling = 3; variable
288 if (profiling) { in internal_mcount()
291 profiling++; in internal_mcount()
373 profiling--; in internal_mcount()
379 profiling++; /* halt further profiling */ in internal_mcount()
400 profiling = 0;
404 profiling = 3;
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.
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dgmon-sol2.c72 static int profiling = 3; variable
308 if (profiling) {
311 profiling++;
393 profiling--;
399 profiling++; /* halt further profiling */
418 profiling = 0;
422 profiling = 3;
/openbsd/gnu/llvm/llvm/docs/
H A DMisExpect.rst19 truth provided by a profiling input.
22 a mismatch between the branch weights collected during profiling and those
31 created and assigned based on profiling information or the use of the
42 correct during profiling to help developers reason about how to proceed.
50 Enables optimization remarks for misexpect when profiling data conflicts with
56 Enables misexpect warnings when profiling data conflicts with use of
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling_flags.inc9 // XRay profiling runtime flags.
27 "Set to true if we want the profiling implementation to not write "
30 "The number of buffers to pre-allocate used by the profiling "
/openbsd/gnu/usr.bin/binutils/cpu/
H A DChangeLog49 (conditional-float-binary-op): Take profiling data as an argument.
60 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
61 frv_ref_SI to get input register referenced for profiling.
62 (clear-ne-flag-all): Pass insn profiling in as an argument.
63 (clrgr,clrfr,clrga,clrfa): Add profiling information.
105 (cmbtoh): Add profiling hack.
/openbsd/gnu/llvm/clang/docs/
H A DMisExpect.rst20 intrinsic to those collected through profiling. Whenever these values are
46 Enables optimization remarks for misexpect when profiling data conflicts with
52 Enables misexpect warnings when profiling data conflicts with use of
57 Relaxes misexpect checking to tolerate profiling values within N% of the
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
/openbsd/gnu/llvm/compiler-rt/include/profile/
H A DMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
/openbsd/gnu/usr.bin/binutils/gprof/
H A DTODO11 + make sure gprof works together with OSF/1 v3.0's profiling libraries
41 + add support for execution time profiling at a basic-block level
68 will use the new format for basic-block style profiling but
H A DREADME18 o Supports profiling at the line level: flat profiles, call-graph profiles,
36 o Full cross-platform profiling support: gprof uses BFD to support
58 Line-level profiling unsupported because bfd_find_nearest_line()
62 Line-level profiling unsupported because bfd_find_nearest_line()
140 Request profiling at the line-level rather
392 profiling clock, and the physical dimension that the bin counts
393 represent after being scaled by the profiling clock rate. The
404 dimension). Also, the profiling rate would have to be set to 1 in
420 within the callee's function. When performing profiling at the
422 respective function. However, when profiling at the line-level, it is
H A Dgprof.texi95 * Details:: Details of how profiling is done
260 to compile and link it with profiling enabled.
330 If you wish to perform line-by-line profiling,
356 implement an alternative profiling scheme.
927 the amount of overhead due to profiling.
979 profiling enabled), the @dfn{calls} field is blank.
1387 @dfn{line-by-line} profiling. In this mode, histogram
1812 profiling version of the library.
2006 For line-by-line profiling, every
2073 but only if line-by-line profiling has been selected.
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A DTODO11 + make sure gprof works together with OSF/1 v3.0's profiling libraries
41 + add support for execution time profiling at a basic-block level
68 will use the new format for basic-block style profiling but
H A DREADME18 o Supports profiling at the line level: flat profiles, call-graph profiles,
36 o Full cross-platform profiling support: gprof uses BFD to support
58 Line-level profiling unsupported because bfd_find_nearest_line()
62 Line-level profiling unsupported because bfd_find_nearest_line()
140 Request profiling at the line-level rather
392 profiling clock, and the physical dimension that the bin counts
393 represent after being scaled by the profiling clock rate. The
404 dimension). Also, the profiling rate would have to be set to 1 in
420 within the callee's function. When performing profiling at the
422 respective function. However, when profiling at the line-level, it is
H A Dgprof.texi95 * Details:: Details of how profiling is done
260 to compile and link it with profiling enabled.
330 If you wish to perform line-by-line profiling,
356 implement an alternative profiling scheme.
939 the amount of overhead due to profiling.
991 profiling enabled), the @dfn{calls} field is blank.
1399 @dfn{line-by-line} profiling. In this mode, histogram
1824 profiling version of the library.
2018 For line-by-line profiling, every
2085 but only if line-by-line profiling has been selected.
[all …]
/openbsd/share/btrace/
H A Dkprofile.bt4 * kprofile.bt Kernel profiling (stack sampling) at 100Hz.
H A Duprofile.bt4 * uprofile.bt Userland profiling (stack sampling) at 100Hz.
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-msp430.texi231 @cindex MSP 430 profiling capability
232 @cindex profiling capability for MSP 430
233 It is a performance hit to use gcc's profiling approach for this tiny target.
234 Even more -- jtag hardware facility does not perform any profiling functions.
237 We define new section @samp{.profiler} which holds all profiling information.
/openbsd/usr.bin/gprof/PSD.doc/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/openbsd/lib/libcurses/tty/
H A Dlib_mvcur.c178 static bool profiling = FALSE;
817 if (!profiling) { in onscreen_mvcur()
936 if (!profiling) in onscreen_mvcur()
1147 if (profiling) in tputs()
1329 profiling = TRUE; in main()
1353 profiling = FALSE; in main()
/openbsd/usr.sbin/smtpd/
H A Dcontrol.c522 profiling |= v; in control_dispatch_ext()
524 control_broadcast_verbose(IMSG_CTL_PROFILE, profiling); in control_dispatch_ext()
537 profiling &= ~v; in control_dispatch_ext()
539 control_broadcast_verbose(IMSG_CTL_PROFILE, profiling); in control_dispatch_ext()

12345678