summaryrefslogtreecommitdiff
path: root/src/mongo/util/heap_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-11/+15
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-8/+16
* SERVER-45357 use stacktrace API for HeapProfilerBilly Donahue2020-01-081-27/+61
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+4
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-1/+0
* SERVER-38579 Convert Tcmalloc set parameters to IDLMark Benvenuto2018-12-181-16/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35444 Heap stacks should not be included in serverStatus with heapProf...Mark Benvenuto2018-06-071-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-26465 Log somap info when doing heap profilingBruce Lucas2016-10-071-0/+4
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* fix lintBruce Lucas2016-07-281-13/+14
* SERVER-20239 fixed lintBenety Goh2016-07-281-5/+5
* SERVER-20239 built-in sampling heap profilerBruce Lucas2016-07-281-0/+680