Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_clocksource.c199 if (profiling) { in handleevents()
258 if (profiling && event > state->nextprof) in getnextcpuevent()
434 while (freq < (profiling ? profhz : stathz))
725 if (profiling == 0) {
728 profiling = 1;
731 profiling = 1;
733 profiling++;
745 if (profiling == 1) {
748 profiling = 0;
751 profiling = 0;
[all …]
/f-stack/freebsd/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
/f-stack/dpdk/doc/guides/prog_guide/
H A Dprofile_app.rst7 The following sections describe methods of profiling DPDK applications on
33 for details about application profiling.
87 The PMU based scheme is useful for high accuracy performance profiling with
89 Linux userspace profiling tools like ``perf`` as this scheme alters the PMU
H A Dperf_opt_guidelines.rst19 And finally, they give an introduction to application profiling using a Performance Analyzer from I…
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog185 - Add mutex profiling, which collects a variety of statistics useful for
617 This bugfix release addresses a few bugs specific to heap profiling.
633 optional extra space. Note that a couple of minor heap profiling
657 - Fix heap profiling bugs:
711 - Implement per thread heap profiling, as well as the ability to
830 calloc(), and realloc() when profiling is enabled.
973 profiling were enabled.
1158 This version fixes numerous bugs related to heap profiling.
1206 - Heap profiling-specific fixes:
1295 - Increase default backtrace depth from 4 to 128 for heap profiling.
[all …]
H A DREADME6 such as heap profiling and extensive monitoring/tuning hooks. Modern jemalloc
H A Dconfigure.ac1046 dnl Do not enable profiling by default.
1048 [AS_HELP_STRING([--enable-prof], [Enable allocation profiling])],
1146 backtrace_method="none (disabling profiling)"
1152 dnl Heap profiling uses the log(3) function.
H A DINSTALL.md133 Enable heap profiling and leak detection functionality. See the "opt.prof"
H A Dconfigure1429 --enable-prof Enable allocation profiling
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt40 profiling (defaults to 0: disabled)
/f-stack/freebsd/contrib/device-tree/src/arm64/arm/
H A Dfvp-base-revc.dts151 compatible = "arm,statistical-profiling-extension-v1";
/f-stack/freebsd/arm64/conf/
H A DNOTES11 # We want LINT to cover profiling as well.
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY163 + interface for debugging and profiling
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in156 /* JEMALLOC_PROF enables allocation profiling. */
/f-stack/freebsd/amd64/conf/
H A DNOTES11 # We want LINT to cover profiling as well.
/f-stack/freebsd/i386/conf/
H A DNOTES11 # We want LINT to cover profiling as well.
/f-stack/freebsd/contrib/zstd/
H A DCONTRIBUTING.md224 4. Use a profiler with a good high resolution timer. See the section below on profiling for
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt955 MADT: Add support for statistical profiling in GICC. Statistical
956 profiling extension (SPE) is an architecture-specific feature for ARM.