Lines Matching full:profiling

111   - 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
847 - Implement per thread heap profiling, as well as the ability to
848 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
930 - Change the heap profile dump format to support per thread heap profiling,
966 calloc(), and realloc() when profiling is enabled.
999 - Support heap profiling on FreeBSD. This feature depends on the proc
1024 includes some non-trivial heap profiling optimizations not mentioned below.
1036 - Unless heap profiling is enabled, disable floating point code and don't link
1043 - Report ENOMEM rather than EINVAL if an OOM occurs during heap profiling
1109 profiling were enabled.
1181 - Fix heap profiling crash if sampled object is freed via realloc(p, 0).
1294 This version fixes numerous bugs related to heap profiling.
1342 - Heap profiling-specific fixes:
1344 computation, when using a small enough sample interval that profiling
1392 - Fix a race condition in heap profiling that could cause undefined behavior
1394 - Add missing mutex unlocks for some OOM error paths in the heap profiling
1424 - Make cumulative heap profiling data optional, so that it is possible to
1425 limit the amount of memory consumed by heap profiling data structures.
1431 - Increase default backtrace depth from 4 to 128 for heap profiling.
1447 - Fix a heap profiling bug due to sometimes losing track of requested object
1454 profiling). This bug could cause zero-length backtraces to be reported.
1471 - Fix threads-related profiling bugs that affected accuracy and caused memory
1498 - Implement allocation profiling and leak checking.