summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbstats.c
AgeCommit message (Expand)Author
2014-01-10Debugger: Add new command to read/write/compare all namespace objects.Robert Moore
2014-01-06Update ACPICA copyrights to 2014.Robert Moore
2013-04-23Standardize all switch() blocks.Robert Moore
2013-01-08Update ACPICA copyrights to 2013.Robert Moore
2012-09-27Small fix for standard Intel legal header.Robert Moore
2012-09-26Remove extra spaces after periods in the Intel license.Robert Moore
2012-09-21Audit/update for ACPICA return macros and debug depth counter.Robert Moore
2012-08-17Debugger: Improve command help support.Robert Moore
2012-04-20Add support for multiple notify handlers.Robert Moore
2012-01-03Update ACPICA copyrights to 2012.Robert Moore
2011-01-03Update all ACPICA copyrights and signons to 2011.Robert Moore
2010-01-08Update all ACPICA copyrights and signons to 2010.Robert Moore
2009-10-28Add post-order callback to AcpiWalkNamespace.Robert Moore
2009-02-05Remove ACPI_GET_OBJECT_TYPE macro.Robert Moore
2009-01-08Update all copyrights and signons to 2009.Robert Moore
2008-10-22Restructure includes into public/private.Robert Moore
2008-09-25Remove obsolete version number in module headers.Robert Moore
2008-02-01Added additional object to SIZES command.rmoore1
2008-01-09Update copyright to 2008.rmoore1
2007-10-25Cosmetic changes only, no functional changes.rmoore1
2007-03-07Improved cache information output.rmoore1
2007-01-09Update copyright to 2007.rmoore1
2006-12-14Enhance debugger statistics/memory command.rmoore1
2006-08-23The Table Manager component has been completely redesigned and reimplemented....rmoore1
2006-06-01Removed extraneous(obsolete) global mutexes, renamed mutex definesrmoore1
2006-03-15Fix for generation warningsrmoore1
2006-01-12More changes for ACPI_REPORT_ERROR conversionrmoore1
2006-01-09Add 2006 copyrightrmoore1
2005-07-21Lint updatermoore1
2005-06-29Fixes for no mem tracking caseaystarik
2005-06-29fixed a warningaystarik
2005-06-29Rename AddressSpace to Handleraystarik
2005-06-29Handler fixes for reference count issues and allow multiple installsaystarik
2005-06-29major overhaul of ACPI_TYPE and the use of internal types. Most wereaystarik
2005-06-29Fixed include pathnamesaystarik
2005-06-29Deployed new UtGetObjectTypeName function. Fully deployed use ofaystarik
2005-06-29Fourth pass to include lint changes/comments/cleanup (64-bit)aystarik
2005-06-29Moved variables that are unused if DBG_TRACK_ALLOCATIONS is setaystarik
2005-06-29Minimized local variables in recursive procedure.aystarik
2005-06-29Update for new data structsaystarik
2005-06-29Use GetAttachedObject instead of directly accessing Node->Objectaystarik
2005-06-29Optimized use of "resolve operands"aystarik
2005-06-29Memory stats now dependent on compile flagaystarik
2005-06-29Field support update - restructure for > 32-bit support for all fieldaystarik
2005-06-29Improved statistics, Internal types adjacent to ACPI_TYPEsaystarik
2005-06-29Optimized the ACPI_OPERAND_OBJECT sizeaystarik
2005-06-29Added parse-scope cache and extended parse Op/cacheaystarik
2005-06-29More stat infoaystarik
2005-06-29No allocation stats for acpidumpaystarik
2005-06-29Another cacheaystarik