Lines Matching full:probed
64 When a kprobe is registered, Kprobes makes a copy of the probed
65 instruction and replaces the first byte(s) of the probed instruction
74 Next, Kprobes single-steps its copy of the probed instruction.
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()
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.
366 calls kp->pre_handler. After the probed instruction is single-stepped, Kprobe
557 A probe handler can modify the environment of the probed function
747 If the probed function belongs to a module, the module name is also