summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/STAM.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217vboxsync2019-08-151-7/+7
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-0/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-1/+1
* NEM,STAM: Partition memory statistics for NEM. bugref:9044vboxsync2018-05-231-139/+208
* (C) yearvboxsync2017-10-171-1/+1
* STAMR3SnapshotFree(): fixed typo causing a memory leakvboxsync2017-08-231-1/+1
* drop VBOX_WITH_QTGUI_V5 and friendsvboxsync2017-05-241-1/+1
* VMM/STAM: don't call memcpy with n=0 or gcc asan will complainvboxsync2017-04-271-2/+5
* VMMR3: warningsvboxsync2016-07-281-10/+9
* (C) 2016vboxsync2016-07-221-1/+1
* doxygen: fixes.vboxsync2015-10-121-19/+19
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-8/+9
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-7/+7
* *: scm cleanup run.vboxsync2015-08-141-15/+16
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* stamR3LookupMaybeFree: Fixed bug causing assertions in stamR3LookupDestroyTree.vboxsync2014-09-251-2/+1
* stamR3LookupMaybeFree: disable asserting code.vboxsync2014-09-241-0/+2
* stamR3LookupMaybeFree: Inverted parent check.vboxsync2014-09-241-1/+1
* VMM: Doxygen comment nits.vboxsync2014-06-041-3/+3
* VMM/VMMR3/STAM.cpp: fix a few long standing typos in the per-VM GMM statisticsvboxsync2013-09-021-2/+2
* STAMR3Deregister* optimizations. Relevant for both startup and shutdown times.vboxsync2013-06-111-25/+142
* build fixvboxsync2013-06-071-2/+2
* STAM: Fixed bug in stamR3LookupDestroyTree.vboxsync2013-06-071-16/+19
* VMM: Optimize STAM enumeration. Multi pattern expressions are not optimized yet.vboxsync2013-06-071-16/+278
* STAM: Registration optimizations.vboxsync2013-06-071-63/+532
* pow(grr, 2)vboxsync2013-06-071-5/+2
* build fixvboxsync2013-06-071-4/+0
* too fastvboxsync2013-06-071-0/+5
* STAM: Cheap but efficient lookup optimization.vboxsync2013-06-071-2/+8
* STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).vboxsync2013-03-261-2/+9
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-32/+16
* PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as the VM...vboxsync2013-01-241-124/+34
* Doxygen.vboxsync2012-06-171-1/+1
* Doxygen, comment typos.vboxsync2012-06-161-18/+18
* More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.vboxsync2012-02-061-3/+4
* STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces STAMTYPE_BOOL a...vboxsync2012-01-311-21/+113
* VMM: -Wunused-parametervboxsync2011-10-211-0/+1
* VMM,IPRT: -Wunused-function.vboxsync2011-10-211-0/+2
* PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions will be ad...vboxsync2011-01-241-7/+7
* Debugger console: more cleanup.vboxsync2011-01-241-14/+11
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-3/+3
* VMM source reorg.vboxsync2010-12-271-0/+1993