Searched refs:rethook_node (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/kernel/trace/ |
| D | rethook.c | 23 struct rethook_node *rhn; in rethook_flush_task() 28 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task() 39 struct rethook_node *rhn; in rethook_free_rcu() 45 rhn = container_of(node, struct rethook_node, freelist); in rethook_free_rcu() 107 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node() 116 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() 130 void rethook_recycle(struct rethook_node *node) in rethook_recycle() 148 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() 172 return container_of(fn, struct rethook_node, freelist); in rethook_try_get() 189 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() [all …]
|
| D | fprobe.c | 18 struct rethook_node node; 26 struct rethook_node *rh; in fprobe_handler() 73 static void fprobe_exit_handler(struct rethook_node *rh, void *data, in fprobe_exit_handler()
|
| /Linux-v6.1/include/linux/ |
| D | rethook.h | 15 struct rethook_node; 17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, struct pt_regs *); 50 struct rethook_node { struct 63 void rethook_add_node(struct rethook *rh, struct rethook_node *node); argument 64 struct rethook_node *rethook_try_get(struct rethook *rh); 65 void rethook_recycle(struct rethook_node *node); 66 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount); 71 void arch_rethook_prepare(struct rethook_node *node, struct pt_regs *regs, bool mcount);
|
| D | kprobes.h | 166 struct rethook_node node;
|
| /Linux-v6.1/arch/x86/kernel/ |
| D | rethook.c | 117 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
| /Linux-v6.1/kernel/ |
| D | kprobes.c | 2113 struct rethook_node *rhn; in pre_handler_kretprobe() 2132 static void kretprobe_rethook_handler(struct rethook_node *rh, void *data, in kretprobe_rethook_handler()
|