Lines Matching defs:Event

95     UINT8                   Event;
100 Event = UtBeginEvent ("Open input and output files");
101 UtEndEvent (Event);
103 Event = UtBeginEvent ("Preprocess input file");
119 UtEndEvent (Event);
123 UtEndEvent (Event);
128 Event = UtBeginEvent ("Parse source code and build parse tree");
130 UtEndEvent (Event);
168 Event = UtBeginEvent ("Flush source input");
184 UtEndEvent (Event);
212 UINT8 Event;
220 Event = UtBeginEvent ("Parse tree transforms");
224 UtEndEvent (Event);
228 Event = UtBeginEvent ("Generate AML opcodes");
232 UtEndEvent (Event);
237 Event = UtBeginEvent ("Constant folding via AML interpreter");
250 UtEndEvent (Event);
254 Event = UtBeginEvent ("Updating AML opcodes after constant folding");
259 UtEndEvent (Event);
263 Event = UtBeginEvent ("Generate AML package lengths");
267 UtEndEvent (Event);
289 Event = UtBeginEvent ("Create ACPI Namespace");
292 UtEndEvent (Event);
316 Event = UtBeginEvent ("Resolve all Externals");
329 UtEndEvent (Event);
337 Event = UtBeginEvent ("Analyze control method return types");
351 UtEndEvent (Event);
355 Event = UtBeginEvent ("Generate cross-reference file");
357 UtEndEvent (Event);
361 Event = UtBeginEvent ("Determine object types returned by methods");
365 UtEndEvent (Event);
369 Event = UtBeginEvent ("Analyze AML operand types");
377 UtEndEvent (Event);
381 Event = UtBeginEvent ("Miscellaneous analysis");
386 UtEndEvent (Event);
402 Event = UtBeginEvent ("Finish AML package length generation");
408 UtEndEvent (Event);
412 Event = UtBeginEvent ("Generate AML code and write output files");
449 UtEndEvent (Event);
451 Event = UtBeginEvent ("Write optional output files");
452 UtEndEvent (Event);
707 ASL_EVENT_INFO *Event;
714 Event = AslGbl_Events;
724 if (Event->Valid)
728 Delta = (UINT32) (Event->EndTime - Event->StartTime);
741 MicroSeconds, MilliSeconds, Event->EventName);
746 MicroSeconds, MilliSeconds, Event->EventName);
750 Event++;