Lines Matching refs:probed
57 When a kprobe is registered, Kprobes makes a copy of the probed
58 instruction and replaces the first byte(s) of the probed instruction
67 Next, Kprobes single-steps its copy of the probed instruction.
81 seamless access to the probed function's arguments. The jprobe
83 type) as the function being probed, and must always end by calling
91 stack contents as the probed function. When it is done, the handler
93 contents and processor state and switch to the probed function.
101 Note that the probed function's args may be passed on the stack
103 handler's prototype matches that of the probed function.
110 the entry to the function. When the probed function is called and this
116 When the probed function executes its return instruction, control
122 While the probed function is executing, its return address is
126 function can be probed simultaneously. register_kretprobe()
139 time the probed function is entered but there is no kretprobe_instance
162 In case probed function is entered but there is no kretprobe_instance
219 - Other instructions in the optimized region are probed.
324 hit, Kprobes calls kp->pre_handler. After the probed instruction
327 or during single-stepping of the probed instruction, Kprobes calls
392 The handler should have the same arg list and return type as the probed
395 control to Kprobes.) If the probed function is declared asmlinkage
524 A probe handler can modify the environment of the probed function
684 the probe. If the probed function belongs to a module, the module name