Lines Matching refs:which
34 Specify vmlinux path which has debuginfo (Dwarf binary).
38 Specify module name in which perf-probe searches probe points
41 a module which has not been loaded yet).
72 Show source code lines which can be probed. This needs an argument
73 which specifies a range of the source code. (see LINE SYNTAX for detail)
140 …f the probe point definition. In addition, '@SRC' specifies a source file which has that function.
151 '$vars' special argument is also available for NAME, it is expanded to the local variables which ca…
152 …can specify 'string' type only for the local variable or structure member which is an array of or …
185 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
186 …With --filter "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end w…
190 Display which lines in schedule() can be probed:
200 this will add one or more probes which has the name start with "schedule".
202 Add probes on lines in schedule() function which calls update_rq_clock().