Linux/Documentation/acpi/method-tracing.txt

来源:互联网 发布:火焰恶作剧软件 编辑:程序博客网 时间:2024/05/19 17:26

If you have any comment or update to the content, please contact the
original document maintainer directly.  However, if you have a problem
communicating in English you can also ask the Chinese maintainer for
help.  Contact the Chinese maintainer if this translation is outdated
or if there is a problem with the translation.


Chinese maintainer: 沈芳丽  <fairyshen@163.com>
---------------------------------------------------------------------
Linux/Documentation/acpi/method-tracing.txt的中文翻译


如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
译存在问题,请联系中文版维护者。


中文版维护者:沈芳丽  <fairyshen@163.com>
中文版翻译者:沈芳丽  <fairyshen@163.com>
中文版校译者:沈芳丽  <fairyshen@163.com>


以下为正文


/sys/module/acpi/parameters/:

 

trace_method_name

The AML method name that the user wants totrace

         用户想要跟踪的AML路径名称

trace_debug_layer
       The temporary debug_layer used when tracing the method.
       Using 0xffffffff by default if it is 0.
         跟踪路径时使用临时debug_layer。
         当它值为零时,默认0xffffffff。
trace_debug_level
        The temporary debug_level used when tracing the method.
        Using 0x00ffffff by default if it is 0.
        跟踪路径时使用临时debug_level。

         当它值为零时,默认0x00ffffff。

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.
        “已启用”表示此功能可以使用。
        每次执行AML,它的路径都会别跟踪。
 
"1" means this feature is enabled and the AML method will only be 
traced during the next execution.
“1”表示启用此功能时,AML路径只会在下次执行时被跟踪。
 
"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".
“禁用”意味着这个功能被禁用。
通过"echo string > /sys/module/acpi/parameters/trace_state" 
用户可以启用/禁用调试跟踪功能
“string”应该是“启用”,“禁用”和“1”中的一个。

原创粉丝点击