]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e4c443fd2ec0e5e13cf587fd256a92ffad91f43
tree5c7f5f0e43ad7e27da3606f9bb3b11b4132a6067
parent71199e55ccc2e83f16875db57d072eb5df9b3c81
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