jprobe 368 include/linux/kprobes.h int register_jprobe(struct jprobe *p); jprobe 369 include/linux/kprobes.h void unregister_jprobe(struct jprobe *p); jprobe 370 include/linux/kprobes.h int register_jprobes(struct jprobe **jps, int num); jprobe 371 include/linux/kprobes.h void unregister_jprobes(struct jprobe **jps, int num); jprobe 420 include/linux/kprobes.h static inline int register_jprobe(struct jprobe *p) jprobe 424 include/linux/kprobes.h static inline int register_jprobes(struct jprobe **jps, int num) jprobe 428 include/linux/kprobes.h static inline void unregister_jprobe(struct jprobe *p) jprobe 431 include/linux/kprobes.h static inline void unregister_jprobes(struct jprobe **jps, int num) jprobe 471 include/linux/kprobes.h static inline int disable_jprobe(struct jprobe *jp) jprobe 475 include/linux/kprobes.h static inline int enable_jprobe(struct jprobe *jp)