Home
last modified time | relevance | path

Searched refs:rethook_hook (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Drethook.c197 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() function
202 NOKPROBE_SYMBOL(rethook_hook);
H A Dfprobe.c56 rethook_hook(rh, ftrace_get_regs(fregs), true); in __fprobe_handler()
/linux/include/linux/
H A Drethook.h65 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount);
/linux/kernel/
H A Dkprobes.c2148 rethook_hook(rhn, regs, kprobe_ftrace(p)); in pre_handler_kretprobe()