Lines Matching refs:probed

58 When a kprobe is registered, Kprobes makes a copy of the probed
59 instruction and replaces the first byte(s) of the probed instruction
68 Next, Kprobes single-steps its copy of the probed instruction.
82 seamless access to the probed function's arguments. The jprobe
84 type) as the function being probed, and must always end by calling
92 stack contents as the probed function. When it is done, the handler
94 contents and processor state and switch to the probed function.
102 Note that the probed function's args may be passed on the stack
104 handler's prototype matches that of the probed function.
111 the entry to the function. When the probed function is called and this
117 When the probed function executes its return instruction, control
123 While the probed function is executing, its return address is
127 function can be probed simultaneously. register_kretprobe()
140 time the probed function is entered but there is no kretprobe_instance
163 In case probed function is entered but there is no kretprobe_instance
220 - Other instructions in the optimized region are probed.
339 hit, Kprobes calls kp->pre_handler. After the probed instruction
342 or during single-stepping of the probed instruction, Kprobes calls
407 The handler should have the same arg list and return type as the probed
410 control to Kprobes.) If the probed function is declared asmlinkage
539 A probe handler can modify the environment of the probed function
699 the probe. If the probed function belongs to a module, the module name