Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/kern/
HDkern_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-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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-stable/sys/contrib/device-tree/Bindings/arm/
HDspe-pmu.txt9 "arm,statistical-profiling-extension-v1"
18 compatible = "arm,statistical-profiling-extension-v1";
HDcoresight-cpu-debug.txt8 debug module provides sample-based profiling extension, which can be used
/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/profile/
HDMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
HDInstrProfData.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
HDMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDMIBEntryDef.inc1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\
9 * This file defines the macros for memprof profiling data structures.
HDInstrProfData.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
HDMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
12 * constant literals that are shared across profiling runtime library,
/freebsd-14-stable/lib/libclang_rt/xray-profiling/
HDMakefile4 LIB= clang_rt.xray-profiling-${CRTARCH}
/freebsd-14-stable/share/doc/psd/18.gprof/
HDMakefile4 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-14-stable/contrib/jemalloc/
HDChangeLog111 - Only initialize libgcc unwinder when profiling is enabled. (@paravoid,
321 - Add mutex profiling, which collects a variety of statistics useful for
606 - Fix heap profiling context leaks in reallocation edge cases. (@jasone)
644 unlikely to cause deadlocks in practice except when heap profiling was
739 This bugfix release continues the trend of xallocx() and heap profiling fixes.
753 This bugfix release addresses a few bugs specific to heap profiling.
769 optional extra space. Note that a couple of minor heap profiling
775 fast path when heap profiling is enabled. Additionally, split a special
793 - Fix heap profiling bugs:
794 + Fix heap profiling to distinguish among otherwise identical sample sites
[all …]
/freebsd-14-stable/contrib/ncurses/ncurses/tty/
HDlib_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-stable/lib/libclang_rt/
HDMakefile39 SD_XRAY+= xray-profiling
/freebsd-14-stable/lib/libc/nls/
HDel_GR.ISO8859-7.msg240 27 ����������� � ������������� profiling
HDpt_BR.ISO8859-1.msg240 27 Temporizador de profiling expirou
/freebsd-14-stable/contrib/file/magic/Magdir/
HDdigital70 0 string =!<PDF>!\n profiling data file
/freebsd-14-stable/contrib/tcsh/nls/italian/
HDset263 61 Allarme di tempo di profiling
/freebsd-14-stable/sys/contrib/device-tree/Bindings/reserved-memory/
HDramoops.txt40 profiling (defaults to 0: disabled)
/freebsd-14-stable/contrib/sendmail/src/
HDTRACEFLAGS120 93,>99 * Prevent daemon connection fork for profiling/debugging
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/arm/
HDfoundation-v8.dtsi90 compatible = "arm,statistical-profiling-extension-v1";
/freebsd-14-stable/contrib/libcbor/doc/source/
HDdevelopment.rst100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.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.
/freebsd-14-stable/sys/arm64/conf/
HDNOTES10 # We want LINT to cover profiling as well.

12