Lines Matching refs:or
12 or
14 or
16 or
18 or
20 or
22 or
28 without debuginfo, or by C expressions (C line numbers, C function names,
41 or lines. If a path of module file is passed, perf-probe
92 Show available functions in given module or kernel. With -x/--exec,
117 Specify path to the executable or shared library file for user
148 …sible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'S…
157 …al array with fixed index (e.g. array[1], var->array[0], var->pointer[2]), or kprobe-tracer argume…
159 … 'string' type only for the local variable or structure member which is an array of or a pointer t…
161 On x86 systems %REG is always the short form of the register: for example %AX. %RAX or %EAX is not …
189 …cifying filter-out rule. You also can give several rules combined with "&" or "|", and fold those …
192 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
204 or
207 this will add one or more probes which has the name start with "schedule".
212 or
221 ./perf probe -x /bin/zsh zfree or ./perf probe /bin/zsh zfree
225 ./perf probe -x /lib/libc.so.6 malloc or ./perf probe /lib/libc.so.6 malloc