Lines Matching refs:probed
63 When a kprobe is registered, Kprobes makes a copy of the probed
64 instruction and replaces the first byte(s) of the probed instruction
73 Next, Kprobes single-steps its copy of the probed instruction.
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
163 In case probed function is entered but there is no kretprobe_instance
228 - Other instructions in the optimized region are probed.
365 hit, Kprobes calls kp->pre_handler. After the probed instruction
368 or during single-stepping of the probed instruction, Kprobes calls
570 A probe handler can modify the environment of the probed function
767 If the probed function belongs to a module, the module name is also