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