Lines Matching refs:function
26 without debuginfo, or by C expressions (C line numbers, C function names,
129 1) Define event based on function name
139 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function…
140 …function name, and it may have one of the following options; '+OFFS' is the offset from function e…
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
167 for searching a specific function when several functions share same name.
168 …n 100th to l20th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function.
177 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.)
194 Add a probe on schedule() function 12th line with recording cpu local variable:
202 Add probes on lines in schedule() function which calls update_rq_clock().
212 Add probes at zfree() function on /bin/zsh
216 Add probes at malloc() function on libc