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