Searched refs:rethook_node (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
A 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() 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() 200 struct rethook_node *rh = NULL; in __rethook_find_ret_addr() 209 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr() 239 struct rethook_node *rhn = NULL; in rethook_find_ret_addr() [all …]
|
A 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-6.3-rc2/include/linux/ |
A 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);
|
A D | kprobes.h | 166 struct rethook_node node;
|
/linux-6.3-rc2/arch/riscv/kernel/probes/ |
A D | rethook.h | 6 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount);
|
A D | rethook.c | 18 void arch_rethook_prepare(struct rethook_node *rhn, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | rethook.c | 6 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | rethook.c | 117 void arch_rethook_prepare(struct rethook_node *rh, struct pt_regs *regs, bool mcount) in arch_rethook_prepare()
|
/linux-6.3-rc2/kernel/ |
A D | kprobes.c | 2110 struct rethook_node *rhn; in pre_handler_kretprobe() 2129 static void kretprobe_rethook_handler(struct rethook_node *rh, void *data, in kretprobe_rethook_handler()
|
Completed in 13 milliseconds