Lines Matching defs:Event

203     UINT8                   Event;
208 Event = UtBeginEvent ("Open input and output files");
209 UtEndEvent (Event);
211 Event = UtBeginEvent ("Preprocess input file");
227 UtEndEvent (Event);
231 UtEndEvent (Event);
236 Event = UtBeginEvent ("Parse source code and build parse tree");
238 UtEndEvent (Event);
276 Event = UtBeginEvent ("Flush source input");
292 UtEndEvent (Event);
320 UINT8 Event;
328 Event = UtBeginEvent ("Parse tree transforms");
332 UtEndEvent (Event);
336 Event = UtBeginEvent ("Generate AML opcodes");
340 UtEndEvent (Event);
345 Event = UtBeginEvent ("Constant folding via AML interpreter");
358 UtEndEvent (Event);
362 Event = UtBeginEvent ("Updating AML opcodes after constant folding");
367 UtEndEvent (Event);
371 Event = UtBeginEvent ("Generate AML package lengths");
375 UtEndEvent (Event);
397 Event = UtBeginEvent ("Create ACPI Namespace");
400 UtEndEvent (Event);
424 Event = UtBeginEvent ("Resolve all Externals");
437 UtEndEvent (Event);
445 Event = UtBeginEvent ("Analyze control method return types");
459 UtEndEvent (Event);
463 Event = UtBeginEvent ("Generate cross-reference file");
465 UtEndEvent (Event);
469 Event = UtBeginEvent ("Determine object types returned by methods");
473 UtEndEvent (Event);
477 Event = UtBeginEvent ("Analyze AML operand types");
485 UtEndEvent (Event);
489 Event = UtBeginEvent ("Miscellaneous analysis");
494 UtEndEvent (Event);
510 Event = UtBeginEvent ("Finish AML package length generation");
516 UtEndEvent (Event);
520 Event = UtBeginEvent ("Generate AML code and write output files");
557 UtEndEvent (Event);
559 Event = UtBeginEvent ("Write optional output files");
560 UtEndEvent (Event);
815 ASL_EVENT_INFO *Event;
822 Event = AslGbl_Events;
832 if (Event->Valid)
836 Delta = (UINT32) (Event->EndTime - Event->StartTime);
849 MicroSeconds, MilliSeconds, Event->EventName);
854 MicroSeconds, MilliSeconds, Event->EventName);
858 Event++;