Call to debugger for statistics gathering

date	2000.04.26.21.27.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:01:17 +00:00
parent 7f7b04db83
commit 79fc433e27

View File

@ -123,6 +123,7 @@
#include <interp.h> #include <interp.h>
#include <namesp.h> #include <namesp.h>
#include <tables.h> #include <tables.h>
#include <debugger.h>
#define _COMPONENT DISPATCHER #define _COMPONENT DISPATCHER
@ -222,6 +223,9 @@ DsParseMethod (
ObjDesc->Method.ParserOp = Op; ObjDesc->Method.ParserOp = Op;
ObjDesc->Method.OwningId = OwnerId; ObjDesc->Method.OwningId = OwnerId;
DEBUG_EXEC (DbGenerateStatistics (Op, 1));
DEBUG_PRINT (ACPI_INFO, ("DsParseMethod: **** [%4.4s] Parsed **** Nte=%p Op=%p\n", DEBUG_PRINT (ACPI_INFO, ("DsParseMethod: **** [%4.4s] Parsed **** Nte=%p Op=%p\n",
&((NAME_TABLE_ENTRY *)ObjHandle)->Name, ObjHandle, Op)); &((NAME_TABLE_ENTRY *)ObjHandle)->Name, ObjHandle, Op));