Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Drethook.h61 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
/Linux-v6.6/kernel/trace/
Drethook.c95 struct rethook *rethook_alloc(void *data, rethook_handler_t handler) in rethook_alloc() function
Dfprobe.c208 fp->rethook = rethook_alloc((void *)fp, fprobe_exit_handler); in fprobe_init_rethook()
/Linux-v6.6/kernel/
Dkprobes.c2230 rp->rh = rethook_alloc((void *)rp, kretprobe_rethook_handler); in register_kretprobe()