Home
last modified time | relevance | path

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

123

/src/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 …]
/src/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 "
/src/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
/src/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,
/src/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,
/src/lib/libclang_rt/xray-profiling/
H A DMakefile3 LIB= clang_rt.xray-profiling-${CRTARCH}
/src/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 …]
H A DREADME6 such as heap profiling and extensive monitoring/tuning hooks. Modern jemalloc
/src/share/doc/psd/18.gprof/
H A DMakefile2 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/src/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()
/src/lib/libclang_rt/
H A DMakefile38 SD_XRAY+= xray-profiling
/src/lib/libc/nls/
H A Del_GR.ISO8859-7.msg240 27 ����������� � ������������� profiling
/src/contrib/libdiff/
H A DREADME9 - add profiling and test series to rate diff algorithm combinations.
/src/contrib/file/magic/Magdir/
H A Ddigital70 0 string =!<PDF>!\n profiling data file
/src/contrib/jemalloc/doc_internal/
H A DPROFILING_INTERNALS.md1 # jemalloc profiling
2 …ind jemalloc's profiling implementation, as well as the implementation tricks that make it effecti…
127 …e making its inputs incorrect. This can be annoying to human readers of raw profiling dump output.
/src/contrib/tcsh/nls/italian/
H A Dset263 61 Allarme di tempo di profiling
/src/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt40 profiling (defaults to 0: disabled)
/src/contrib/sendmail/src/
H A DTRACEFLAGS120 93,>99 * Prevent daemon connection fork for profiling/debugging
/src/sys/contrib/device-tree/src/arm64/arm/
H A Dfoundation-v8.dtsi91 compatible = "arm,statistical-profiling-extension-v1";
/src/contrib/libcbor/doc/source/
H A Ddevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)

123