Lines Matching refs:UtBeginEvent

203     FullCompile = UtBeginEvent ("*** Total Compile time ***");  in CmDoCompile()
204 Event = UtBeginEvent ("Open input and output files"); in CmDoCompile()
207 Event = UtBeginEvent ("Preprocess input file"); in CmDoCompile()
232 Event = UtBeginEvent ("Parse source code and build parse tree"); in CmDoCompile()
262 Event = UtBeginEvent ("Flush source input"); in CmDoCompile()
281 Event = UtBeginEvent ("Parse tree transforms"); in CmDoCompile()
289 Event = UtBeginEvent ("Generate AML opcodes"); in CmDoCompile()
300 Event = UtBeginEvent ("Open AML output file"); in CmDoCompile()
311 Event = UtBeginEvent ("Constant folding via AML interpreter"); in CmDoCompile()
328 Event = UtBeginEvent ("Updating AML opcodes after constant folding"); in CmDoCompile()
337 Event = UtBeginEvent ("Generate AML package lengths"); in CmDoCompile()
364 Event = UtBeginEvent ("Create ACPI Namespace"); in CmDoCompile()
375 AslGbl_NamespaceEvent = UtBeginEvent ( in CmDoCompile()
393 Event = UtBeginEvent ("Resolve all Externals"); in CmDoCompile()
415 Event = UtBeginEvent ("Analyze control method return types"); in CmDoCompile()
433 Event = UtBeginEvent ("Generate cross-reference file"); in CmDoCompile()
439 Event = UtBeginEvent ("Determine object types returned by methods"); in CmDoCompile()
447 Event = UtBeginEvent ("Analyze AML operand types"); in CmDoCompile()
459 Event = UtBeginEvent ("Miscellaneous analysis"); in CmDoCompile()
480 Event = UtBeginEvent ("Finish AML package length generation"); in CmDoCompile()
490 Event = UtBeginEvent ("Generate AML code and write output files"); in CmDoCompile()
495 Event = UtBeginEvent ("Write optional output files"); in CmDoCompile()