Home
last modified time | relevance | path

Searched refs:rethook_handler_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Drethook.h17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); typedef
32 rethook_handler_t handler;
61 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()
163 rethook_handler_t handler = READ_ONCE(rh->handler); in rethook_try_get()
289 rethook_handler_t handler; in rethook_trampoline_handler()