summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/cpuprofile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-281-165/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-2/+2
* SERVER-35181 Corrected function signatures for CpuProfilerCommandBen Caimano2018-05-291-2/+2
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-6/+6
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-29731 don't pass cmdobj to localHostOnlyIfNoAuth()Mathias Stearn2017-07-131-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-22/+22
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-4/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-4/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-3/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-99/+106
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-8/+4
* SERVER-17465 Do not attempt to use tcmalloc customizations with system tcmallocAndrew Morrow2015-03-311-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-2/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+2
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+2
* SERVER-8995: Update instructions to enable CPU profililngDan Pasette2014-09-041-4/+2
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14581 add lockstate to cpuprofiler.cppGreg Studer2014-07-161-2/+2
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-2/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-2/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+2
* SERVER-8995 changed gperftools version in build configuration and source file...Benety Goh2014-06-051-1/+1
* Revert "SERVER-8995 changed gperftools version in build configuration and sou...Benety Goh2014-05-221-1/+1
* SERVER-8995 changed gperftools version in build configuration and source file...Benety Goh2014-05-211-1/+1
* SERVER-13641 fixed cpu profiler commands to match new Command::run() signatureBenety Goh2014-05-201-8/+12
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+7
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+1
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* bad merge - fix compileEliot Horowitz2012-12-181-1/+1