Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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 "
/freebsd-13.1/sys/kern/
H A Dkern_clocksource.c199 if (profiling) { in handleevents()
259 if (profiling && event > state->nextprof) in getnextcpuevent()
435 while (freq < (profiling ? profhz : stathz))
726 if (profiling == 0) {
729 profiling = 1;
732 profiling = 1;
734 profiling++;
746 if (profiling == 1) {
749 profiling = 0;
752 profiling = 0;
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dspe-pmu.txt9 "arm,statistical-profiling-extension-v1"
18 compatible = "arm,statistical-profiling-extension-v1";
H A Dcoresight-cpu-debug.txt8 debug module provides sample-based profiling extension, which can be used
/freebsd-13.1/lib/libclang_rt/xray-profiling/
H A DMakefile5 LIB= clang_rt.xray-profiling-${CRTARCH}
/freebsd-13.1/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog111 - Only initialize libgcc unwinder when profiling is enabled. (@paravoid,
753 This bugfix release addresses a few bugs specific to heap profiling.
769 optional extra space. Note that a couple of minor heap profiling
793 - Fix heap profiling bugs:
847 - Implement per thread heap profiling, as well as the ability to
966 calloc(), and realloc() when profiling is enabled.
1109 profiling were enabled.
1294 This version fixes numerous bugs related to heap profiling.
1342 - Heap profiling-specific fixes:
1431 - Increase default backtrace depth from 4 to 128 for heap profiling.
[all …]
/freebsd-13.1/lib/libclang_rt/
H A DMakefile30 SUBDIR+= xray-profiling
/freebsd-13.1/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c176 static bool profiling = FALSE;
815 if (!profiling) { in onscreen_mvcur()
934 if (!profiling) in onscreen_mvcur()
1154 if (profiling) in tputs()
1336 profiling = TRUE; in main()
1360 profiling = FALSE; in main()
/freebsd-13.1/usr.sbin/config/
H A Dmkmakefile.c158 if (profiling) in makefile()
159 fprintf(ofp, "PROFLEVEL=%d\n", profiling); in makefile()
588 if (filetype == PROFILING && profiling == 0) in read_file()
793 if (!profiling) in do_rules()
H A Dconfig.h213 extern int profiling;
H A Dmain.c91 int profiling; variable
174 profiling++; in main()
H A Dconfig.y195 PROFILE NUMBER { profiling = $2; } |
/freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
145 /* Definition of parameter types of the runtime API used to do value profiling
169 /* For indirect function call value profiling, the addresses of the target
179 /* For memory intrinsic functions size profiling. */
349 * Per-function header/control data structure for value profiling
788 /* The value range buckets (22 buckets) for the memop size value profiling looks
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
145 /* Definition of parameter types of the runtime API used to do value profiling
169 /* For indirect function call value profiling, the addresses of the target
179 /* For memory intrinsic functions size profiling. */
349 * Per-function header/control data structure for value profiling
788 /* The value range buckets (22 buckets) for the memop size value profiling looks
/freebsd-13.1/contrib/file/magic/Magdir/
H A Ddigital52 0 string =!<PDF>!\n profiling data file
/freebsd-13.1/contrib/tcsh/nls/italian/
H A Dset263 61 Allarme di tempo di profiling
/freebsd-13.1/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt40 profiling (defaults to 0: disabled)
/freebsd-13.1/contrib/sendmail/src/
H A DTRACEFLAGS108 93,>99 * Prevent daemon connection fork for profiling/debugging
/freebsd-13.1/contrib/libcbor/doc/source/
H A Ddevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
/freebsd-13.1/sys/contrib/device-tree/src/arm64/arm/
H A Dfvp-base-revc.dts151 compatible = "arm,statistical-profiling-extension-v1";
/freebsd-13.1/sys/arm64/conf/
H A DNOTES11 # We want LINT to cover profiling as well.
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td570 def lto_pseudo_probe_for_profiling: F<"lto-pseudo-probe-for-profiling">,
571 HelpText<"Emit pseudo probes for sample profiling">;
647 def: J<"plugin-opt=pseudo-probe-for-profiling">,
648 Alias<lto_pseudo_probe_for_profiling>, HelpText<"Alias for --lto-pseudo-probe-for-profiling">;

12