Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Drethook.c202 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() function
207 NOKPROBE_SYMBOL(rethook_hook);
Dfprobe.c56 rethook_hook(rh, ftrace_get_regs(fregs), true); in __fprobe_handler()
/Linux-v6.6/include/linux/
Drethook.h67 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount);
/Linux-v6.6/kernel/
Dkprobes.c2135 rethook_hook(rhn, regs, kprobe_ftrace(p)); in pre_handler_kretprobe()