Lines Matching refs:function
28 without debuginfo, or by C expressions (C line numbers, C function names,
136 1) Define event based on function name
146 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function…
147 …function name, and it may have one of the following options; '+OFFS' is the offset from function e…
158 …cal variables (including function parameters) which can access at given probe point. '$params' 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
174 for searching a specific function when several functions share same name.
175 …n 100th to l20th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
184 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
201 Add a probe on schedule() function 12th line with recording cpu local variable:
209 Add probes on lines in schedule() function which calls update_rq_clock().
219 Add probes at zfree() function on /bin/zsh
223 Add probes at malloc() function on libc