Home
last modified time | relevance | path

Searched refs:AslGbl_Events (Results 1 – 3 of 3) sorted by relevance

/acpica-3.7.0/source/compiler/
Daslutils.c510 AslGbl_Events[AslGbl_NextEvent].StartTime = AcpiOsGetTimer (); in UtBeginEvent()
511 AslGbl_Events[AslGbl_NextEvent].EventName = Name; in UtBeginEvent()
512 AslGbl_Events[AslGbl_NextEvent].Valid = TRUE; in UtBeginEvent()
541 AslGbl_Events[Event].EndTime = AcpiOsGetTimer (); in UtEndEvent()
Daslcompile.c816 Event = AslGbl_Events; in CmDumpAllEvents()
918 (AslGbl_Events[AslGbl_NamespaceEvent].EndTime - in CmCleanupAndExit()
919 AslGbl_Events[AslGbl_NamespaceEvent].StartTime) / 10) / in CmCleanupAndExit()
Daslglobal.h445 ASL_EXTERN ASL_EVENT_INFO AslGbl_Events[ASL_NUM_EVENTS]; variable