]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPICA: AcpiExec: Improve algorithm for tracking memory leaks
authorBob Moore <robert.moore@intel.com>
Wed, 31 Oct 2012 02:27:32 +0000 (02:27 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:31:27 +0000 (00:31 +0100)
commitd8da9151bb7e2d18624fdd8dbb066419186f0ec1
tree1b8a37c22a45593e6f6ca40e01bba1e38c2b82cc
parent2489ef01849d3d7f62f53b47c245017406f02d32
ACPICA: AcpiExec: Improve algorithm for tracking memory leaks

Add some intelligence to the code that maintains the global
list of allocated memory. The list is now ordered by allocated
memory address, significantly improving performance.  When running
AcpiExec on the ASLTS test suite, speed improvements of 3X to 5X
are seen, depending on the platform and/or the environment.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/uttrack.c