Lines Matching refs:line
19 'perf probe' [options] --line='LINE'
28 without debuginfo, or by C expressions (C line numbers, C function names,
73 --line=::
139 2) Define event based on source file with line number
147 …m function entry address in bytes, ':RLN' is the relative-line number from function entry line, an…
148 …by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is …
169 FUNC specifies the function name of showing lines. 'RLN' is the start line
170 number from function entry line, and 'RLN2' is the end line number. As same as
171 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
172 and 'ALN2' is end line number in the file. It is also possible to specify how
175 …n 100th to l20th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
179 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
184 …e changes. For example, actual 10th line of schedule() can be moved easily by modifying schedule()…
199 ./perf probe --line schedule
201 Add a probe on schedule() function 12th line with recording cpu local variable: