ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
static BOOLEAN | AcpiExInterpreterTraceEnabled (char *Name) |
void | AcpiExTracePoint (ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) |
void | AcpiExStartTraceMethod (ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
void | AcpiExStopTraceMethod (ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) |
void | AcpiExStartTraceOpcode (ACPI_PARSE_OBJECT *Op, ACPI_WALK_STATE *WalkState) |
void | AcpiExStopTraceOpcode (ACPI_PARSE_OBJECT *Op, ACPI_WALK_STATE *WalkState) |
Variables | |
static ACPI_OPERAND_OBJECT * | AcpiGbl_TraceMethodObject = NULL |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 80 of file extrace.c.
Referenced by AcpiExStartTraceMethod(), AcpiExStartTraceOpcode(), AcpiExStopTraceMethod(), and AcpiExStopTraceOpcode().
void AcpiExStartTraceMethod | ( | ACPI_NAMESPACE_NODE * | MethodNode, |
ACPI_OPERAND_OBJECT * | ObjDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 224 of file extrace.c.
Referenced by AcpiDsBeginMethodExecution().
void AcpiExStartTraceOpcode | ( | ACPI_PARSE_OBJECT * | Op, |
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 353 of file extrace.c.
Referenced by AcpiPsParseLoop().
void AcpiExStopTraceMethod | ( | ACPI_NAMESPACE_NODE * | MethodNode, |
ACPI_OPERAND_OBJECT * | ObjDesc, | ||
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 290 of file extrace.c.
Referenced by AcpiDsTerminateControlMethod().
void AcpiExStopTraceOpcode | ( | ACPI_PARSE_OBJECT * | Op, |
ACPI_WALK_STATE * | WalkState | ||
) |
Definition at line 385 of file extrace.c.
Referenced by AcpiPsCompleteThisOp().
void AcpiExTracePoint | ( | ACPI_TRACE_EVENT_TYPE | Type, |
BOOLEAN | Begin, | ||
UINT8 * | Aml, | ||
char * | Pathname | ||
) |
Definition at line 181 of file extrace.c.
|
static |
Definition at line 54 of file extrace.c.
Referenced by AcpiExInterpreterTraceEnabled(), AcpiExStartTraceMethod(), and AcpiExStopTraceMethod().