···1414 - this file.1515ABI/1616 - info on kernel <-> userspace ABI and relative interface stability.1717+1718BUG-HUNTING1819 - brute force method of doing binary search of patches to find bug.1920Changes···6766 - how to change your VGA cursor from a blinking underscore.6867accounting/6968 - documentation on accounting and taskstats.6969+acpi/7070+ - info on ACPI-specific hooks in the kernel.7071aoe/7172 - description of AoE (ATA over Ethernet) along with config examples.7273applying-patches.txt
+26
Documentation/acpi/method-tracing.txt
···11+/sys/module/acpi/parameters/:22+33+trace_method_name44+ The AML method name that the user wants to trace55+66+trace_debug_layer77+ The temporary debug_layer used when tracing the method.88+ Using 0xffffffff by default if it is 0.99+1010+trace_debug_level1111+ The temporary debug_level used when tracing the method.1212+ Using 0x00ffffff by default if it is 0.1313+1414+trace_state1515+ The status of the tracing feature.1616+1717+ "enabled" means this feature is enabled1818+ and the AML method is traced every time it's executed.1919+2020+ "1" means this feature is enabled and the AML method2121+ will only be traced during the next execution.2222+2323+ "disabled" means this feature is disabled.2424+ Users can enable/disable this debug tracing feature by2525+ "echo string > /sys/module/acpi/parameters/trace_state".2626+ "string" should be one of "enable", "disable" and "1".