Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/sys/kern/
H A Dkern_clocksource.c198 if (profiling) { in handleevents()
256 if (profiling && event > state->nextprof) in getnextcpuevent()
430 while (freq < (profiling ? profhz : stathz))
719 if (profiling == 0) {
722 profiling = 1;
725 profiling = 1;
727 profiling++;
739 if (profiling == 1) {
742 profiling = 0;
745 profiling = 0;
[all …]
/freebsd-14.2/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 Darm,coresight-cpu-debug.yaml21 module provides sample-based profiling extension, which can be used to sample
H A Dcoresight-cpu-debug.txt8 debug module provides sample-based profiling extension, which can be used
/freebsd-14.2/sys/contrib/device-tree/Bindings/perf/
H A Dspe-pmu.yaml18 const: arm,statistical-profiling-extension-v1
38 compatible = "arm,statistical-profiling-extension-v1";
/freebsd-14.2/contrib/llvm-project/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.
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
153 /* 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. */
366 * Per-function header/control data structure for value profiling
831 /* The value range buckets (22 buckets) for the memop size value profiling looks
/freebsd-14.2/contrib/llvm-project/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.
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
H A DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
153 /* 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. */
366 * Per-function header/control data structure for value profiling
831 /* The value range buckets (22 buckets) for the memop size value profiling looks
/freebsd-14.2/lib/libclang_rt/xray-profiling/
H A DMakefile4 LIB= clang_rt.xray-profiling-${CRTARCH}
/freebsd-14.2/share/doc/psd/18.gprof/
H A DMakefile4 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-14.2/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-14.2/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c176 static bool profiling = FALSE;
834 if (!profiling) { in onscreen_mvcur()
953 if (!profiling) in onscreen_mvcur()
1164 if (profiling) in tputs()
1346 profiling = TRUE; in main()
1370 profiling = FALSE; in main()
/freebsd-14.2/lib/libc/nls/
H A Del_GR.ISO8859-7.msg240 27 ����������� � ������������� profiling
/freebsd-14.2/lib/libclang_rt/
H A DMakefile39 SD_XRAY+= xray-profiling
/freebsd-14.2/contrib/file/magic/Magdir/
H A Ddigital52 0 string =!<PDF>!\n profiling data file
/freebsd-14.2/contrib/tcsh/nls/italian/
H A Dset263 61 Allarme di tempo di profiling
/freebsd-14.2/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt40 profiling (defaults to 0: disabled)
H A Dramoops.yaml56 description: size in bytes of log buffer reserved for function tracing and profiling
/freebsd-14.2/contrib/sendmail/src/
H A DTRACEFLAGS120 93,>99 * Prevent daemon connection fork for profiling/debugging
/freebsd-14.2/sys/contrib/device-tree/src/arm64/arm/
H A Dfoundation-v8.dtsi90 compatible = "arm,statistical-profiling-extension-v1";
/freebsd-14.2/contrib/libcbor/doc/source/
H A Ddevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)

12