summaryrefslogtreecommitdiffstats
path: root/jemalloc/src/prof.c
Commit message (Expand)AuthorAgeFilesLines
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-241-58/+65
* Fix heap profiling bugs.Jason Evans2010-10-221-18/+6
* Inline the fast path for heap sampling.Jason Evans2010-10-211-479/+74
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-211-22/+40
* Increase PRN 'a' and 'c' constants.Jason Evans2010-10-031-1/+1
* Fix leak context count reporting.Jason Evans2010-10-031-3/+3
* Increase default backtrace depth from 4 to 128.Jason Evans2010-10-031-5/+51
* Make cumulative heap profile data optional.Jason Evans2010-10-031-103/+185
* Fix compiler warnings and errors.Jason Evans2010-09-211-49/+67
* Fix compiler warnings.Jason Evans2010-09-211-1/+5
* Add {,r,s,d}allocm().Jason Evans2010-09-171-1/+1
* Port to Mac OS X.Jason Evans2010-09-121-22/+101
* Fix the libunwind version of prof_backtrace().Jason Evans2010-06-041-5/+4
* Avoid unnecessary isalloc() calls.Jason Evans2010-05-121-12/+18
* Fix profiling regression caused by bugfix.Jason Evans2010-04-141-8/+9
* Fix threads-related profiling bugs.Jason Evans2010-04-141-36/+69
* Fix error path in prof_dump().Jason Evans2010-04-061-1/+0
* Don't disable leak reporting due to sampling.Jason Evans2010-04-021-8/+0
* Add sampling activation/deactivation control.Jason Evans2010-04-011-1/+5
* Make interval-triggered profile dumping optional.Jason Evans2010-04-011-3/+8
* Reduce statistical heap sampling memory overhead.Jason Evans2010-03-311-2/+5
* Simplify malloc_message().Jason Evans2010-03-041-18/+19
* Move sampling init into prof_alloc_prep().Jason Evans2010-03-031-39/+51
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-021-71/+117
* Implement sampling for heap profiling.Jason Evans2010-03-021-42/+140
* Don't implicitly enable interval-based profiling.Jason Evans2010-02-161-1/+1
* Restructure source tree.Jason Evans2010-02-111-1/+1
* Implement interval-based heap profile dumping.Jason Evans2010-02-111-22/+17
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-111-8/+28
* Dump /proc/<pid>/maps in heap profiles.Jason Evans2010-02-111-0/+52
* Fix a profiling bootstrap bug.Jason Evans2010-02-111-5/+12
* Various heap profiling improvements.Jason Evans2010-02-111-12/+58
* Implement allocation profiling and leack checking.Jason Evans2010-02-101-0/+1048