Lines Matching refs:with
27 and C local variables) with debuginfo.
50 Can not use with -q.
55 Can not use with -v.
98 Forcibly add events with existing name.
111 space tracing. Can also be used with --funcs option.
132 2) Define event based on source file with line number
135 3) Define event based on source file with lazy pattern
150 …e, local data structure member (e.g. var->field, var.field2), local array with fixed index (e.g. a…
182 … for specifying filter-out rule. You also can give several rules combined with "&" or "|", and fol…
185 With --filter "foo* | bar*", perf probe -V shows variables which start with "foo" or "bar".
186 … "!foo* & *bar", perf probe -V shows variables which don't start with "foo" and end with "bar", li…
194 Add a probe on schedule() function 12th line with recording cpu local variable:
200 this will add one or more probes which has the name start with "schedule".