]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/kprobes.h
kretprobes: Ensure probe location is at function entry
[mirror_ubuntu-artful-kernel.git] / include / linux / kprobes.h
index c328e4f7dcadb4276bddcfbcc97caa323c48a0a3..177bdf6c6aeb082369280b61d4167c60ca33c9e4 100644 (file)
@@ -267,6 +267,7 @@ extern int arch_init_kprobes(void);
 extern void show_registers(struct pt_regs *regs);
 extern void kprobes_inc_nmissed_count(struct kprobe *p);
 extern bool arch_within_kprobe_blacklist(unsigned long addr);
+extern bool arch_function_offset_within_entry(unsigned long offset);
 
 extern bool within_kprobe_blacklist(unsigned long addr);