summaryrefslogtreecommitdiff
path: root/src/mongo/util/heap_profiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-4/+6
* SERVER-41787 fix bad sort order in HeapProfilerBilly Donahue2021-07-301-25/+39
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-6/+8
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-8/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-6/+8
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* 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