Lines Matching refs:kprobe
65 static DEFINE_PER_CPU(struct kprobe *, kprobe_instance);
357 static inline void set_kprobe_instance(struct kprobe *kp) in set_kprobe_instance()
373 struct kprobe *get_kprobe(void *addr) in get_kprobe()
376 struct kprobe *p; in get_kprobe()
389 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs);
392 static inline bool kprobe_aggrprobe(struct kprobe *p) in kprobe_aggrprobe()
398 static inline bool kprobe_unused(struct kprobe *p) in kprobe_unused()
405 static inline void copy_kprobe(struct kprobe *ap, struct kprobe *p) in copy_kprobe()
419 void opt_pre_handler(struct kprobe *p, struct pt_regs *regs) in opt_pre_handler()
421 struct kprobe *kp; in opt_pre_handler()
434 static void free_aggr_kprobe(struct kprobe *p) in free_aggr_kprobe()
445 static inline int kprobe_optready(struct kprobe *p) in kprobe_optready()
458 static inline bool kprobe_disarmed(struct kprobe *p) in kprobe_disarmed()
472 static bool kprobe_queued(struct kprobe *p) in kprobe_queued()
488 static struct kprobe *get_optimized_kprobe(kprobe_opcode_t *addr) in get_optimized_kprobe()
491 struct kprobe *p = NULL; in get_optimized_kprobe()
675 static void optimize_kprobe(struct kprobe *p) in optimize_kprobe()
724 static void unoptimize_kprobe(struct kprobe *p, bool force) in unoptimize_kprobe()
765 static int reuse_unused_kprobe(struct kprobe *ap) in reuse_unused_kprobe()
786 static void kill_optimized_kprobe(struct kprobe *p) in kill_optimized_kprobe()
812 void __prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in __prepare_optimized_kprobe()
819 static void prepare_optimized_kprobe(struct kprobe *p) in prepare_optimized_kprobe()
828 static struct kprobe *alloc_aggr_kprobe(struct kprobe *p) in alloc_aggr_kprobe()
843 static void init_aggr_kprobe(struct kprobe *ap, struct kprobe *p);
849 static void try_to_optimize_kprobe(struct kprobe *p) in try_to_optimize_kprobe()
851 struct kprobe *ap; in try_to_optimize_kprobe()
887 struct kprobe *p; in optimize_all_kprobes()
913 struct kprobe *p; in unoptimize_all_kprobes()
963 static void __arm_kprobe(struct kprobe *p) in __arm_kprobe()
965 struct kprobe *_p; in __arm_kprobe()
980 static void __disarm_kprobe(struct kprobe *p, bool reopt) in __disarm_kprobe()
982 struct kprobe *_p; in __disarm_kprobe()
1016 static int reuse_unused_kprobe(struct kprobe *ap) in reuse_unused_kprobe()
1028 static void free_aggr_kprobe(struct kprobe *p) in free_aggr_kprobe()
1034 static struct kprobe *alloc_aggr_kprobe(struct kprobe *p) in alloc_aggr_kprobe()
1036 return kzalloc(sizeof(struct kprobe), GFP_KERNEL); in alloc_aggr_kprobe()
1054 static int __arm_kprobe_ftrace(struct kprobe *p, struct ftrace_ops *ops, in __arm_kprobe_ftrace()
1083 static int arm_kprobe_ftrace(struct kprobe *p) in arm_kprobe_ftrace()
1092 static int __disarm_kprobe_ftrace(struct kprobe *p, struct ftrace_ops *ops, in __disarm_kprobe_ftrace()
1113 static int disarm_kprobe_ftrace(struct kprobe *p) in disarm_kprobe_ftrace()
1122 static inline int arm_kprobe_ftrace(struct kprobe *p) in arm_kprobe_ftrace()
1127 static inline int disarm_kprobe_ftrace(struct kprobe *p) in disarm_kprobe_ftrace()
1133 static int prepare_kprobe(struct kprobe *p) in prepare_kprobe()
1142 static int arm_kprobe(struct kprobe *kp) in arm_kprobe()
1156 static int disarm_kprobe(struct kprobe *kp, bool reopt) in disarm_kprobe()
1174 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs) in aggr_pre_handler()
1176 struct kprobe *kp; in aggr_pre_handler()
1190 static void aggr_post_handler(struct kprobe *p, struct pt_regs *regs, in aggr_post_handler()
1193 struct kprobe *kp; in aggr_post_handler()
1206 void kprobes_inc_nmissed_count(struct kprobe *p) in kprobes_inc_nmissed_count()
1208 struct kprobe *kp; in kprobes_inc_nmissed_count()
1240 static struct kprobe kprobe_busy = {
1311 static int add_new_kprobe(struct kprobe *ap, struct kprobe *p) in add_new_kprobe()
1327 static void init_aggr_kprobe(struct kprobe *ap, struct kprobe *p) in init_aggr_kprobe()
1349 static int register_aggr_kprobe(struct kprobe *orig_p, struct kprobe *p) in register_aggr_kprobe()
1352 struct kprobe *ap = orig_p; in register_aggr_kprobe()
1496 static kprobe_opcode_t *kprobe_addr(struct kprobe *p) in kprobe_addr()
1505 static struct kprobe *__get_valid_kprobe(struct kprobe *p) in __get_valid_kprobe()
1507 struct kprobe *ap, *list_p; in __get_valid_kprobe()
1530 static inline int warn_kprobe_rereg(struct kprobe *p) in warn_kprobe_rereg()
1542 static int check_ftrace_location(struct kprobe *p) in check_ftrace_location()
1560 static int check_kprobe_address_safe(struct kprobe *p, in check_kprobe_address_safe()
1611 int register_kprobe(struct kprobe *p) in register_kprobe()
1614 struct kprobe *old_p; in register_kprobe()
1681 static bool aggr_kprobe_disabled(struct kprobe *ap) in aggr_kprobe_disabled()
1683 struct kprobe *kp; in aggr_kprobe_disabled()
1698 static struct kprobe *__disable_kprobe(struct kprobe *p) in __disable_kprobe()
1700 struct kprobe *orig_p; in __disable_kprobe()
1739 static int __unregister_kprobe_top(struct kprobe *p) in __unregister_kprobe_top()
1741 struct kprobe *ap, *list_p; in __unregister_kprobe_top()
1793 static void __unregister_kprobe_bottom(struct kprobe *p) in __unregister_kprobe_bottom()
1795 struct kprobe *ap; in __unregister_kprobe_bottom()
1802 ap = list_entry(p->list.next, struct kprobe, list); in __unregister_kprobe_bottom()
1809 int register_kprobes(struct kprobe **kps, int num) in register_kprobes()
1827 void unregister_kprobe(struct kprobe *p) in unregister_kprobe()
1833 void unregister_kprobes(struct kprobe **kps, int num) in unregister_kprobes()
1966 struct kprobe *prev = kprobe_running(); in __kretprobe_trampoline_handler()
2002 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in NOKPROBE_SYMBOL()
2202 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in pre_handler_kretprobe()
2211 static void kill_kprobe(struct kprobe *p) in kill_kprobe()
2213 struct kprobe *kp; in kill_kprobe()
2244 int disable_kprobe(struct kprobe *kp) in disable_kprobe()
2247 struct kprobe *p; in disable_kprobe()
2262 int enable_kprobe(struct kprobe *kp) in enable_kprobe()
2265 struct kprobe *p; in enable_kprobe()
2298 void dump_kprobe(struct kprobe *kp) in dump_kprobe()
2475 struct kprobe *p; in kprobes_module_callback()
2530 struct kprobe *p; in kprobe_free_init_mem()
2607 static void report_probe(struct seq_file *pi, struct kprobe *p, in report_probe()
2608 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe()
2659 struct kprobe *p, *kp; in show_kprobe_addr()
2735 struct kprobe *p; in arm_all_kprobes()
2781 struct kprobe *p; in disarm_all_kprobes()