ACPICA: Dispatcher: Add trace support for interpreter
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpica / psparse.c
index b857ad58022af4f83cdfd31d76294259d0ab601a..97ea0e5360f162f76612d84a64640d838f8d4e27 100644 (file)
@@ -147,6 +147,10 @@ acpi_ps_complete_this_op(struct acpi_walk_state * walk_state,
                return_ACPI_STATUS(AE_OK);      /* OK for now */
        }
 
+       ACPI_DEBUG_PRINT((ACPI_DB_TRACE_POINT,
+                         "End opcode: %s[0x%p].\n",
+                         op->common.aml_op_name, op->common.aml));
+
        /* Delete this op and the subtree below it if asked to */
 
        if (((walk_state->parse_flags & ACPI_PARSE_TREE_MASK) !=