Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Drethook.c189 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() function
194 NOKPROBE_SYMBOL(rethook_hook);
Dfprobe.c51 rethook_hook(rh, ftrace_get_regs(fregs), true); in fprobe_handler()
/linux-6.1.9/include/linux/
Drethook.h66 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount);
/linux-6.1.9/kernel/
Dkprobes.c2126 rethook_hook(rhn, regs, kprobe_ftrace(p)); in pre_handler_kretprobe()