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()
154 Event = UtBeginEvent ("Flush source input"); in CmDoCompile()
173 Event = UtBeginEvent ("Parse tree transforms"); in CmDoCompile()
181 Event = UtBeginEvent ("Generate AML opcodes"); in CmDoCompile()
192 Event = UtBeginEvent ("Open AML output file"); in CmDoCompile()
203 Event = UtBeginEvent ("Constant folding via AML interpreter"); in CmDoCompile()
220 Event = UtBeginEvent ("Updating AML opcodes after constant folding"); in CmDoCompile()
229 Event = UtBeginEvent ("Generate AML package lengths"); in CmDoCompile()
256 Event = UtBeginEvent ("Create ACPI Namespace"); in CmDoCompile()
266 AslGbl_NamespaceEvent = UtBeginEvent ("Cross reference parse tree and Namespace"); in CmDoCompile()
284 Event = UtBeginEvent ("Analyze control method return types"); in CmDoCompile()
295 Event = UtBeginEvent ("Determine object types returned by methods"); in CmDoCompile()
303 Event = UtBeginEvent ("Analyze AML operand types"); in CmDoCompile()
311 Event = UtBeginEvent ("Miscellaneous analysis"); in CmDoCompile()
320 Event = UtBeginEvent ("Finish AML package length generation"); in CmDoCompile()
330 Event = UtBeginEvent ("Generate AML code and write output files"); in CmDoCompile()
334 Event = UtBeginEvent ("Write optional output files"); in CmDoCompile()