Lines Matching full:syntax
65 Define a probe event (see PROBE SYNTAX for detail).
82 which specifies a range of the source code. (see LINE SYNTAX for detail)
87 syntax is same as PROBE SYNTAX, but NO ARGs.
155 PROBE SYNTAX
157 Probe points are defined by following syntax.
177 … the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is th…
188 In the probe syntax, '=', '@', '+', ':' and ';' are treated as a special character. You can use a b…
195 Each probe argument follows below syntax.
209 …e, which takes 3 parameters, bit-width, bit-offset, and container-size (usually 32). The syntax is;
213 LINE SYNTAX
215 Line range is described by following syntax.
221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,