from src/modules/kprobe/dbi_kprobes.h
to src/modules/uprobe/swap_uprobes.h
/* Get the kprobe at this addr (if any) - called with preemption disabled */
struct kprobe *get_kprobe(void *addr);
-struct kprobe *get_ukprobe_by_insn_slot(void *addr, pid_t tgid, struct pt_regs *regs);
struct hlist_head *kretprobe_inst_table_head (void *hash_key);
void dbi_uprobe_return(void);
struct kprobe *get_ukprobe(void *addr, pid_t tgid);
+struct kprobe *get_ukprobe_by_insn_slot(void *addr, pid_t tgid, struct pt_regs *regs);
static inline struct uprobe *kp2up(struct kprobe *p)
{