Path: blob/master/Documentation/acpi/method-tracing.txt
10821 views
/sys/module/acpi/parameters/:12trace_method_name3The AML method name that the user wants to trace45trace_debug_layer6The temporary debug_layer used when tracing the method.7Using 0xffffffff by default if it is 0.89trace_debug_level10The temporary debug_level used when tracing the method.11Using 0x00ffffff by default if it is 0.1213trace_state14The status of the tracing feature.1516"enabled" means this feature is enabled17and the AML method is traced every time it's executed.1819"1" means this feature is enabled and the AML method20will only be traced during the next execution.2122"disabled" means this feature is disabled.23Users can enable/disable this debug tracing feature by24"echo string > /sys/module/acpi/parameters/trace_state".25"string" should be one of "enable", "disable" and "1".262728