Home
last modified time | relevance | path

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

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