summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/deep-heap-profile.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of gcc 4.8 warnings in tcmalloc.sbc@chromium.org2014-01-301-2/+1
* Enable tcmalloc heap-profiler module on Windows.peria@chromium.org2013-12-111-14/+47
* Fix compile error of deep-heap-profiler.cc underperia@chromium.org2013-11-131-5/+6
* c++11 ud suffix fixes for tcmalloc filesthakis@chromium.org2013-07-291-6/+7
* Add RunID in deep-heap-profile which roughly discriminate each process execut...dmikurube@chromium.org2013-07-111-0/+18
* Dump pageframes and their page counts by DEEP_HEAP_PROFILE_PAGEFRAME.dmikurube@chromium.org2013-06-201-62/+134
* Dump bucket ids of mmap'ed regions even if their allocated sizes are small or...dmikurube@chromium.org2013-06-171-2/+3
* Add PageSize in heap profile dumps by deep-heap-profile.dmikurube@chromium.org2013-06-171-0/+4
* Add CommandLine in heap profile dumps by deep-heap-profile.dmikurube@chromium.org2013-06-111-0/+39
* Dump heap profiles directly into files from deep-heap-profile.dmikurube@chromium.org2013-06-111-30/+25
* Verify that total committed memory in VMA is correct in deep-heap-profile.dmikurube@chromium.org2013-06-111-1/+21
* Breakdown "unhooked" memory regions by VMA pathnames and permissions.dmikurube@chromium.org2013-05-281-13/+0
* Add the reason in heap profiler dumps.dmikurube@chromium.org2013-05-281-28/+52
* Use UNIX time (seconds since January 1, 1970, 00:00:00) in deep-heap-profile.cc.dmikurube@chromium.org2013-05-211-28/+3
* Add sizes in MMAP_LIST by deep-heap-profile.cc.dmikurube@chromium.org2013-05-211-0/+19
* Use PRIx64 instead of PRIxPTR for uint64 in deep-heap-profile.dmikurube@chromium.org2013-05-101-2/+2
* Add timestamp in files dumped by deep-heap-profile.cc.dmikurube@chromium.org2013-05-101-7/+48
* Fix mmap region iteration while no regions are recorded.dmikurube@chromium.org2013-05-081-2/+5
* Use system properties for heap profiler in Android instead of environment var...dmikurube@chromium.org2013-05-051-3/+3
* Fix MMAP_LIST in dumps by deep-heap-profile again.dmikurube@chromium.org2013-04-011-43/+79
* Revert 190835 - Fix MMAP_LIST in dumps by deep-heap-profile.dmikurube@chromium.org2013-03-291-8/+8
* Fix MMAP_LIST in dumps by deep-heap-profile.dmikurube@chromium.org2013-03-271-8/+8
* Dump stats of memory pages which are hooked, but absent from /proc/<pid>/maps.dmikurube@chromium.org2013-03-151-0/+36
* Count m(un)map for each stacktrace in MemoryRegionMap instead of HeapProfileT...dmikurube@chromium.org2013-03-141-124/+63
* Dump a bucket id for each mmap call in deep-heap-profile.dmikurube@chromium.org2013-02-221-0/+5
* Change the order of hooked and unhooked memory regions dumped in deep-heap-pr...dmikurube@chromium.org2013-02-221-18/+21
* Dump a list of memory regions which are hooked (mmap'ed) and not hooked by th...dmikurube@chromium.org2013-02-061-69/+79
* Dump a list of memory regions which are not hooked by the heap-profiler.dmikurube@chromium.org2013-02-061-4/+39
* Get DMP to run without HEAP_PROFILE_MMAP=1gman@chromium.org2012-11-301-17/+22
* Refactor DeepHeapProfile::ProcPagemap for cross platform supportgman@chromium.org2012-11-091-99/+168
* Refactor deep-heap-profile.{cc|h}.dmikurube@chromium.org2012-11-081-513/+474
* Classify memory usage by allocated type in Deep Memory Profiler.dmikurube@chromium.org2012-09-261-5/+51
* Dump /proc/<pid>/maps with every heap profile dump.dmikurube@chromium.org2012-08-141-4/+15
* Store mmap-or-not information in DeepBucket.dmikurube@chromium.org2012-07-171-54/+46
* Store DeepBuckets in a hash table instead of AllocationMap.dmikurube@chromium.org2012-06-201-31/+71
* Breakdown nonprofiled memory regions (f.k.a. 'unknown'), and add new policy f...dmikurube@chromium.org2012-04-131-36/+165
* A deeper heap profile dumper in third_party/tcmalloc/chromium.dmikurube@chromium.org2012-04-021-0/+612
* Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...dmikurube@chromium.org2012-03-161-600/+0
* Experiment for a deeper heap profile dumper to check impact for performance.dmikurube@chromium.org2012-03-161-0/+600