Lines Matching refs:source
50 --source=PATH::
51 Specify path to kernel source.
81 Show source code lines which can be probed. This needs an argument
82 which specifies a range of the source code. (see LINE SYNTAX for detail)
162 2) Define event based on source file with line number
165 3) Define event based on source file with lazy pattern
176 … the end of the probe point definition. In addition, '@SRC' specifies a source file which has tha…
177 …cify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' synt…
189 …rsioned symbols, like @GLIBC_... suffixes, or also you need to specify a source file which include…
221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number,
225 So, "source.c:100-120" shows lines between 100th to 120th in source.c file. And "func:10+20" shows …
293 Add a probe in a source file using special characters by backslash escape