Lines Matching refs:UtBeginEvent

96     FullCompile = UtBeginEvent ("*** Total Compile time ***");  in CmDoCompile()
97 Event = UtBeginEvent ("Open input and output files"); in CmDoCompile()
100 Event = UtBeginEvent ("Preprocess input file"); in CmDoCompile()
125 Event = UtBeginEvent ("Parse source code and build parse tree"); in CmDoCompile()
155 Event = UtBeginEvent ("Flush source input"); in CmDoCompile()
174 Event = UtBeginEvent ("Parse tree transforms"); in CmDoCompile()
182 Event = UtBeginEvent ("Generate AML opcodes"); in CmDoCompile()
193 Event = UtBeginEvent ("Open AML output file"); in CmDoCompile()
204 Event = UtBeginEvent ("Constant folding via AML interpreter"); in CmDoCompile()
221 Event = UtBeginEvent ("Updating AML opcodes after constant folding"); in CmDoCompile()
230 Event = UtBeginEvent ("Generate AML package lengths"); in CmDoCompile()
257 Event = UtBeginEvent ("Create ACPI Namespace"); in CmDoCompile()
267 AslGbl_NamespaceEvent = UtBeginEvent ( in CmDoCompile()
286 Event = UtBeginEvent ("Analyze control method return types"); in CmDoCompile()
297 Event = UtBeginEvent ("Determine object types returned by methods"); in CmDoCompile()
305 Event = UtBeginEvent ("Analyze AML operand types"); in CmDoCompile()
317 Event = UtBeginEvent ("Miscellaneous analysis"); in CmDoCompile()
326 Event = UtBeginEvent ("Finish AML package length generation"); in CmDoCompile()
336 Event = UtBeginEvent ("Generate AML code and write output files"); in CmDoCompile()
340 Event = UtBeginEvent ("Write optional output files"); in CmDoCompile()