Searched refs:rethook_node (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/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() 120 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node() 129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() 143 void rethook_recycle(struct rethook_node *node) in rethook_recycle() 161 struct rethook_node *rethook_try_get(struct rethook *rh) in rethook_try_get() 185 return container_of(fn, struct rethook_node, freelist); in rethook_try_get() 202 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; 28 struct rethook_node *rh = NULL; in __fprobe_handler() 122 static void fprobe_exit_handler(struct rethook_node *rh, void *data, in fprobe_exit_handler()
|
/Linux-v6.6/include/linux/ |
D | rethook.h | 15 struct rethook_node; 17 typedef void (*rethook_handler_t) (struct rethook_node *, void *, unsigned long, struct pt_regs *); 50 struct rethook_node { struct 64 void rethook_add_node(struct rethook *rh, struct rethook_node *node); argument 65 struct rethook_node *rethook_try_get(struct rethook *rh); 66 void rethook_recycle(struct rethook_node *node); 67 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount); 72 void arch_rethook_prepare(struct rethook_node *node, struct pt_regs *regs, bool mcount);
|
D | kprobes.h | 166 struct rethook_node node;
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | rethook.h | 6 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount);
|
D | rethook.c | 17 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/Linux-v6.6/arch/riscv/kernel/probes/ |
D | rethook.h | 6 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount);
|
D | rethook.c | 18 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/Linux-v6.6/arch/s390/kernel/ |
D | rethook.c | 6 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/Linux-v6.6/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.6/kernel/ |
D | kprobes.c | 2122 struct rethook_node *rhn; in pre_handler_kretprobe() 2141 static void kretprobe_rethook_handler(struct rethook_node *rh, void *data, in kretprobe_rethook_handler()
|