OSDN Git Service

ACPICA: Debug output: Add option to display method/object evaluation
authorBob Moore <robert.moore@intel.com>
Thu, 13 Dec 2018 20:30:33 +0000 (12:30 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 13 Dec 2018 21:40:51 +0000 (22:40 +0100)
commit4c1379d7bb42fa664e0784539208ed74108c53f1
tree5c7f5f0e43ad7e27da3606f9bb3b11b4132a6067
parent73a049a90fb241afcd9e489e764dbcecd38a0161
ACPICA: Debug output: Add option to display method/object evaluation

Adds entry/exit messages for all objects that are evaluated.
Works for the kernel-level code as well as acpiexec. The "-eo"
flag enables acpiexec to display these messages.

The messages are very useful when debugging the flow of table
initialization.

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>
drivers/acpi/acpica/acstruct.h
drivers/acpi/acpica/dsmethod.c
drivers/acpi/acpica/nseval.c
drivers/acpi/acpica/nsparse.c
drivers/acpi/acpica/psparse.c
drivers/acpi/acpica/psxface.c
include/acpi/acoutput.h