summaryrefslogtreecommitdiffstats
path: root/jemalloc/src/prof.c
Commit message (Expand)AuthorAgeFilesLines
* 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