Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drethook.h60 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, int size, int num);
/linux/kernel/trace/
H A Drethook.c103 struct rethook *rethook_alloc(void *data, rethook_handler_t handler, in rethook_alloc() function
H A Dfprobe.c208 fp->rethook = rethook_alloc((void *)fp, fprobe_exit_handler, size, num); in fprobe_init_rethook()
/linux/kernel/
H A Dkprobes.c2242 rp->rh = rethook_alloc((void *)rp, kretprobe_rethook_handler, in register_kretprobe()