| /freebsd/sys/kern/ |
| H A D | kern_clocksource.c | 95 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 D | xray_profiling_flags.inc | 9 // 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 D | spe-pmu.txt | 9 "arm,statistical-profiling-extension-v1" 18 compatible = "arm,statistical-profiling-extension-v1";
|
| H A D | coresight-cpu-debug.txt | 8 debug module provides sample-based profiling extension, which can be used
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | MIBEntryDef.inc | 1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\ 9 * This file defines the macros for memprof profiling data structures.
|
| H A D | InstrProfData.inc | 1 /*===-- 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 D | MemProfData.inc | 3 /*===-- 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 D | MIBEntryDef.inc | 1 /*===-- MemEntryDef.inc - MemProf profiling runtime macros -*- C++ -*-======== *\ 9 * This file defines the macros for memprof profiling data structures.
|
| H A D | InstrProfData.inc | 1 /*===-- 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 D | MemProfData.inc | 3 /*===-- 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 D | Makefile | 3 LIB= clang_rt.xray-profiling-${CRTARCH}
|
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | Makefile | 2 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 29 - 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 D | lib_mvcur.c | 176 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 D | el_GR.ISO8859-7.msg | 240 27 ����������� � ������������� profiling
|
| H A D | pt_BR.ISO8859-1.msg | 240 27 Temporizador de profiling expirou
|
| /freebsd/lib/libclang_rt/ |
| H A D | Makefile | 38 SD_XRAY+= xray-profiling
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | digital | 70 0 string =!<PDF>!\n profiling data file
|
| /freebsd/contrib/tcsh/nls/italian/ |
| H A D | set2 | 63 61 Allarme di tempo di profiling
|
| /freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | ramoops.txt | 40 profiling (defaults to 0: disabled)
|
| /freebsd/contrib/sendmail/src/ |
| H A D | TRACEFLAGS | 120 93,>99 * Prevent daemon connection fork for profiling/debugging
|
| /freebsd/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | foundation-v8.dtsi | 91 compatible = "arm,statistical-profiling-extension-v1";
|
| H A D | morello.dtsi | 206 compatible = "arm,statistical-profiling-extension-v1";
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | development.rst | 100 - `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 904 // 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.
|