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