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