1
0

ACPICA: acpiexec: Add option to dump extra info for memory leaks

ACPICA commit f77565e28b90ee7e06f53a474183ef72300c3574

Dump entire object/buffer for any memory leaks detected by
the object/cache tracking mechanism.

Link: https://github.com/acpica/acpica/commit/f77565e2
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Este cometimento está contido em:
Bob Moore
2019-01-14 09:55:24 -08:00
cometido por Rafael J. Wysocki
ascendente f13c274da3
cometimento 894b5cc535
3 ficheiros modificados com 18 adições e 5 eliminações

Ver ficheiro

@@ -284,7 +284,7 @@ const char *acpi_ut_get_node_name(void *object)
static const char *acpi_gbl_desc_type_names[] = {
/* 00 */ "Not a Descriptor",
/* 01 */ "Cached",
/* 01 */ "Cached Object",
/* 02 */ "State-Generic",
/* 03 */ "State-Update",
/* 04 */ "State-Package",
@@ -295,10 +295,10 @@ static const char *acpi_gbl_desc_type_names[] = {
/* 09 */ "State-Result",
/* 10 */ "State-Notify",
/* 11 */ "State-Thread",
/* 12 */ "Walk",
/* 13 */ "Parser",
/* 14 */ "Operand",
/* 15 */ "Node"
/* 12 */ "Tree Walk State",
/* 13 */ "Parse Tree Op",
/* 14 */ "Operand Object",
/* 15 */ "Namespace Node"
};
const char *acpi_ut_get_descriptor_name(void *object)