]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPI: add control method tracing support
authorZhang Rui <rui.zhang@intel.com>
Thu, 15 Nov 2007 00:38:40 +0000 (19:38 -0500)
committerLen Brown <len.brown@intel.com>
Mon, 19 Nov 2007 17:25:46 +0000 (12:25 -0500)
commit4169c45f179e285feac6bcf25f4bd0db6b109bab
tree71dd9e6c15f54913ee6626906ec8accc84c4c0b2
parent2ffbb8377c7a0713baf6644e285adc27a5654582
ACPI: add control method tracing support

Add debug tracing support during certain AML method execution.

Four more module parameters are created under /sys/module/acpi/parameters/:
trace_method_name: the AML method name that user wants to trace

trace_debug_layer: the temporary debug_layer used when tracing the method.
Using 0xffffffff by default if it is 0.

trace_debug_level: the temporary debug_level used when tracing the method.
Using 0x00ffffff by default if it is 0.

trace_state: The status of the tracing feature.
"enabled" means this feature is enabled
and the AML method is traced every time it's executed.
"1" means this feature is enabled and the AML method
will only be traced during the next execution.
"disabled" means this feature is disabled.
Users can enable/disable this debug tracing feature by
"echo string > /sys/module/acpi/parameters/trace_state".
"string" should be one of "enable", "disable" and "1".

http://bugzilla.kernel.org/show_bug.cgi?id=6629

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/debug.c