Home
last modified time | relevance | path

Searched refs:kprobe_on_func_entry (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dkprobes.h279 extern int kprobe_on_func_entry(kprobe_opcode_t *addr, const char *sym, unsigned long offset);
/linux/kernel/
H A Dkprobes.c2238 int kprobe_on_func_entry(kprobe_opcode_t *addr, const char *sym, unsigned long offset) in kprobe_on_func_entry() function
2258 ret = kprobe_on_func_entry(rp->kp.addr, rp->kp.symbol_name, rp->kp.offset); in register_kretprobe()