Lines Matching refs:kretprobe
51 struct kretprobe;
142 struct kretprobe __rcu *rp;
146 struct kretprobe { struct
198 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
201 return (struct kretprobe *)ri->node.rethook->data; in get_kretprobe()
244 static nokprobe_inline struct kretprobe *get_kretprobe(struct kretprobe_instance *ri) in get_kretprobe()
256 static inline void arch_prepare_kretprobe(struct kretprobe *rp, in arch_prepare_kretprobe()
410 int register_kretprobe(struct kretprobe *rp);
411 void unregister_kretprobe(struct kretprobe *rp);
412 int register_kretprobes(struct kretprobe **rps, int num);
413 void unregister_kretprobes(struct kretprobe **rps, int num);
473 static inline int register_kretprobe(struct kretprobe *rp) in register_kretprobe()
477 static inline int register_kretprobes(struct kretprobe **rps, int num) in register_kretprobes()
481 static inline void unregister_kretprobe(struct kretprobe *rp) in unregister_kretprobe()
484 static inline void unregister_kretprobes(struct kretprobe **rps, int num) in unregister_kretprobes()
516 static inline int disable_kretprobe(struct kretprobe *rp) in disable_kretprobe()
520 static inline int enable_kretprobe(struct kretprobe *rp) in enable_kretprobe()