summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/cpuprofile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7122 Assign required privileges to some more random commandsSpencer T Brody2012-11-281-0/+16
* SERVER-6758 - use third_party profiler when using --use-cpu-profilerEliot Horowitz2012-11-271-1/+1
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+16
* Fixed typosPascal Borreli2012-10-141-1/+1
* Fix function signature in cpuprofile.cppTad Marshall2012-04-271-1/+1
* Support CPU profiling in mongod.Andy Schwerin2011-12-281-0/+112