-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 84096 b: refs/heads/master c: b4d2730 h: refs/heads/master v: v3
- Loading branch information
Len Brown
committed
Nov 19, 2007
1 parent
dd26dc3
commit 0dbf866
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4169c45f179e285feac6bcf25f4bd0db6b109bab | ||
refs/heads/master: b4d2730a0dda91a43c81a02f5225f5d536cabb09 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/sys/module/acpi/parameters/: | ||
|
||
trace_method_name | ||
The AML method name that the 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". |