Home
last modified time | relevance | path

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

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