Home
last modified time | relevance | path

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

123

/freebsd/sys/kern/
H A Dkern_clocksource.c95 static int profiling; /* Profiling events enabled. */ variable
198 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;
[all …]
/freebsd/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/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/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 DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
176 /* Definition of parameter types of the runtime API used to do value profiling
200 /* For indirect function call value profiling, the addresses of the target
210 /* For memory intrinsic functions size profiling. */
212 /* For virtual table address profiling, the address point of the virtual table
408 * Per-function header/control data structure for value profiling
885 /* The value range buckets (22 buckets) for the memop size value profiling looks
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
/freebsd/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 DInstrProfData.inc1 /*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
10 * constant literals that are shared across profiling runtime library,
176 /* Definition of parameter types of the runtime API used to do value profiling
200 /* For indirect function call value profiling, the addresses of the target
210 /* For memory intrinsic functions size profiling. */
212 /* For virtual table address profiling, the address point of the virtual table
408 * Per-function header/control data structure for value profiling
885 /* The value range buckets (22 buckets) for the memop size value profiling looks
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
/freebsd/lib/libclang_rt/xray-profiling/
H A DMakefile3 LIB= clang_rt.xray-profiling-${CRTARCH}
/freebsd/share/doc/psd/18.gprof/
H A DMakefile2 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd/contrib/jemalloc/
H A DChangeLog29 - Add high resolution timestamp support for profiling. (@tyroguru)
55 - Fix a profiling biasing issue which could cause incorrect heap usage and
57 profiling feature. (@davidtgoldblatt)
83 - Avoid atexit(3) calls unless the relevant profiling features are enabled.
211 - Only initialize libgcc unwinder when profiling is enabled. (@paravoid,
421 - Add mutex profiling, which collects a variety of statistics useful for
706 - Fix heap profiling context leaks in reallocation edge cases. (@jasone)
744 unlikely to cause deadlocks in practice except when heap profiling was
839 This bugfix release continues the trend of xallocx() and heap profiling fixes.
853 This bugfix release addresses a few bugs specific to heap profiling
[all...]
/freebsd/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/lib/libc/nls/
H A Del_GR.ISO8859-7.msg240 27 ����������� � ������������� profiling
H A Dpt_BR.ISO8859-1.msg240 27 Temporizador de profiling expirou
/freebsd/lib/libclang_rt/
H A DMakefile38 SD_XRAY+= xray-profiling
/freebsd/contrib/file/magic/Magdir/
H A Ddigital70 0 string =!<PDF>!\n profiling data file
/freebsd/contrib/tcsh/nls/italian/
H A Dset263 61 Allarme di tempo di profiling
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt40 profiling (defaults to 0: disabled)
/freebsd/contrib/sendmail/src/
H A DTRACEFLAGS120 93,>99 * Prevent daemon connection fork for profiling/debugging
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dfoundation-v8.dtsi91 compatible = "arm,statistical-profiling-extension-v1";
H A Dmorello.dtsi206 compatible = "arm,statistical-profiling-extension-v1";
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td904 // A cover for instrumentation based profiling.
908 // A counter increment for instrumentation based profiling.
913 // A counter increment with step for instrumentation based profiling.
918 // Callsite instrumentation for contextual profiling
923 // A timestamp for instrumentation based profiling.
927 // A call to profile runtime for value profiling of target expressions
928 // through instrumentation based profiling.
934 // A parameter configuration for instrumentation based MCDC profiling.
939 // A test vector bitmap update for instrumentation based MCDC profiling.

123