Lines Matching refs:function
30 without debuginfo, or by C expressions (C line numbers, C function names,
159 1) Define event based on function name
173 …be set the name of the probed function, and for return probes, a "\_\_return" suffix is automatica…
176 …function name, and it may have one of the following options; '+OFFS' is the offset from function e…
200 …cal variables (including function parameters) which can access at given probe point. '$params' is …
219 FUNC specifies the function name of showing lines. 'RLN' is the start line
220 number from function entry line, and 'RLN2' is the end line number. As same as
224 for searching a specific function when several functions share same name.
225 …n 100th to 120th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
234 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
251 Add a probe on schedule() function 12th line with recording cpu local variable:
263 Add probes on lines in schedule() function which calls update_rq_clock().
273 Add probes at zfree() function on /bin/zsh
277 Add probes at malloc() function on libc
306 …pace probe doesn't need to access kallsyms, this is only for probing the kernel function (kprobes).