Lines Matching refs:which
36 Specify vmlinux path which has debuginfo (Dwarf binary).
40 Specify module name in which perf-probe searches probe points
43 a module which has not been loaded yet).
74 Show source code lines which can be probed. This needs an argument
75 which specifies a range of the source code. (see LINE SYNTAX for detail)
88 which do not have instances are ignored.
147 …f the probe point definition. In addition, '@SRC' specifies a source file which has that function.
158 …$vars' is expanded to the local variables (including function parameters) which can access at give…
159 …can specify 'string' type only for the local variable or structure member which is an array of or …
192 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
193 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
197 Display which lines in schedule() can be probed:
207 this will add one or more probes which has the name start with "schedule".
209 Add probes on lines in schedule() function which calls update_rq_clock().