Lines Matching refs:method
9 This document describes the functions and the interfaces of the method
14 ACPICA provides method tracing capability. And two functions are
25 But when the particular layer/level is applied to the control method
29 logs when the control method evaluation is started, and disable the
30 detailed logging when the control method evaluation is stopped.
41 control method is being evaluated:
46 # echo "method" > /sys/module/acpi/parameters/trace_state
48 control method is being evaluated for the first time:
53 # echo "method-once" > /sys/module/acpi/parameters/trace_state
57 \PPPP.AAAA.TTTT.HHHH: Full path of a control method that can be found
59 of a control method evaluation.
63 There are special log entries added by the method tracing facility at
65 method, or an AML opcode. Note that the format of the log entries are
90 a. Filter out the method start/stop "AML tracer" logs when control
96 b. Filter out the method start/stop "AML tracer" when the specified
97 control method is being evaluated:
102 # echo "method" > trace_state
103 c. Filter out the method start/stop "AML tracer" logs when the specified
104 control method is being evaluated for the first time:
109 # echo "method-once" > trace_state
110 d. Filter out the method/opcode start/stop "AML tracer" when the
111 specified control method is being evaluated:
117 e. Filter out the method/opcode start/stop "AML tracer" when the
118 specified control method is being evaluated for the first time:
125 Note that all above method tracing facility related module parameters can
132 All method tracing functions can be configured via ACPI module
136 The full path of the AML method that the user wants to trace.
157 Disable the method tracing feature.
159 Enable the method tracing feature.
161 "trace_debug_layer/trace_debug_level" during any method
163 "method"
164 Enable the method tracing feature.
166 "trace_debug_layer/trace_debug_level" during method execution
168 "method-once"
169 Enable the method tracing feature.
171 "trace_debug_layer/trace_debug_level" during method execution
174 Enable the method tracing feature.
176 "trace_debug_layer/trace_debug_level" during method/opcode
179 Enable the method tracing feature.
181 "trace_debug_layer/trace_debug_level" during method/opcode
187 method evaluations, after configuring "trace_state" to "enable",
189 2. When "method/opcode" is specified, if
192 apply to all control method evaluations.