Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drethook.h61 struct rethook *rethook_alloc(void *data, rethook_handler_t handler);
/linux-6.3-rc2/kernel/trace/
A Drethook.c82 struct rethook *rethook_alloc(void *data, rethook_handler_t handler) in rethook_alloc() function
A Dfprobe.c143 fp->rethook = rethook_alloc((void *)fp, fprobe_exit_handler); in fprobe_init_rethook()
/linux-6.3-rc2/kernel/
A Dkprobes.c2217 rp->rh = rethook_alloc((void *)rp, kretprobe_rethook_handler); in register_kretprobe()

Completed in 8 milliseconds