Lines Matching refs:kprobe
70 static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL;
320 static inline void set_kprobe_instance(struct kprobe *kp) in set_kprobe_instance()
336 struct kprobe *get_kprobe(void *addr) in get_kprobe()
339 struct kprobe *p; in get_kprobe()
351 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs);
354 static inline int kprobe_aggrprobe(struct kprobe *p) in kprobe_aggrprobe()
360 static inline int kprobe_unused(struct kprobe *p) in kprobe_unused()
369 static inline void copy_kprobe(struct kprobe *ap, struct kprobe *p) in copy_kprobe()
383 void opt_pre_handler(struct kprobe *p, struct pt_regs *regs) in opt_pre_handler()
385 struct kprobe *kp; in opt_pre_handler()
398 static void free_aggr_kprobe(struct kprobe *p) in free_aggr_kprobe()
409 static inline int kprobe_optready(struct kprobe *p) in kprobe_optready()
422 static inline int kprobe_disarmed(struct kprobe *p) in kprobe_disarmed()
436 static int kprobe_queued(struct kprobe *p) in kprobe_queued()
452 static struct kprobe *get_optimized_kprobe(unsigned long addr) in get_optimized_kprobe()
455 struct kprobe *p = NULL; in get_optimized_kprobe()
621 static void optimize_kprobe(struct kprobe *p) in optimize_kprobe()
664 static void unoptimize_kprobe(struct kprobe *p, bool force) in unoptimize_kprobe()
703 static void reuse_unused_kprobe(struct kprobe *ap) in reuse_unused_kprobe()
722 static void kill_optimized_kprobe(struct kprobe *p) in kill_optimized_kprobe()
748 void __prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in __prepare_optimized_kprobe()
755 static void prepare_optimized_kprobe(struct kprobe *p) in prepare_optimized_kprobe()
764 static struct kprobe *alloc_aggr_kprobe(struct kprobe *p) in alloc_aggr_kprobe()
779 static void init_aggr_kprobe(struct kprobe *ap, struct kprobe *p);
785 static void try_to_optimize_kprobe(struct kprobe *p) in try_to_optimize_kprobe()
787 struct kprobe *ap; in try_to_optimize_kprobe()
824 struct kprobe *p; in optimize_all_kprobes()
849 struct kprobe *p; in unoptimize_all_kprobes()
899 static void __arm_kprobe(struct kprobe *p) in __arm_kprobe()
901 struct kprobe *_p; in __arm_kprobe()
914 static void __disarm_kprobe(struct kprobe *p, bool reopt) in __disarm_kprobe()
916 struct kprobe *_p; in __disarm_kprobe()
944 static void reuse_unused_kprobe(struct kprobe *ap) in reuse_unused_kprobe()
950 static void free_aggr_kprobe(struct kprobe *p) in free_aggr_kprobe()
956 static struct kprobe *alloc_aggr_kprobe(struct kprobe *p) in alloc_aggr_kprobe()
958 return kzalloc(sizeof(struct kprobe), GFP_KERNEL); in alloc_aggr_kprobe()
970 static int prepare_kprobe(struct kprobe *p) in prepare_kprobe()
979 static int arm_kprobe_ftrace(struct kprobe *p) in arm_kprobe_ftrace()
1013 static int disarm_kprobe_ftrace(struct kprobe *p) in disarm_kprobe_ftrace()
1038 static int arm_kprobe(struct kprobe *kp) in arm_kprobe()
1053 static int disarm_kprobe(struct kprobe *kp, bool reopt) in disarm_kprobe()
1071 static int aggr_pre_handler(struct kprobe *p, struct pt_regs *regs) in aggr_pre_handler()
1073 struct kprobe *kp; in aggr_pre_handler()
1087 static void aggr_post_handler(struct kprobe *p, struct pt_regs *regs, in aggr_post_handler()
1090 struct kprobe *kp; in aggr_post_handler()
1102 static int aggr_fault_handler(struct kprobe *p, struct pt_regs *regs, in aggr_fault_handler()
1105 struct kprobe *cur = __this_cpu_read(kprobe_instance); in aggr_fault_handler()
1120 void kprobes_inc_nmissed_count(struct kprobe *p) in kprobes_inc_nmissed_count()
1122 struct kprobe *kp; in kprobes_inc_nmissed_count()
1260 static int add_new_kprobe(struct kprobe *ap, struct kprobe *p) in add_new_kprobe()
1278 static void init_aggr_kprobe(struct kprobe *ap, struct kprobe *p) in init_aggr_kprobe()
1302 static int register_aggr_kprobe(struct kprobe *orig_p, struct kprobe *p) in register_aggr_kprobe()
1305 struct kprobe *ap = orig_p; in register_aggr_kprobe()
1427 static kprobe_opcode_t *kprobe_addr(struct kprobe *p) in kprobe_addr()
1433 static struct kprobe *__get_valid_kprobe(struct kprobe *p) in __get_valid_kprobe()
1435 struct kprobe *ap, *list_p; in __get_valid_kprobe()
1453 static inline int check_kprobe_rereg(struct kprobe *p) in check_kprobe_rereg()
1465 int __weak arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location()
1483 static int check_kprobe_address_safe(struct kprobe *p, in check_kprobe_address_safe()
1532 int register_kprobe(struct kprobe *p) in register_kprobe()
1535 struct kprobe *old_p; in register_kprobe()
1602 static int aggr_kprobe_disabled(struct kprobe *ap) in aggr_kprobe_disabled()
1604 struct kprobe *kp; in aggr_kprobe_disabled()
1618 static struct kprobe *__disable_kprobe(struct kprobe *p) in __disable_kprobe()
1620 struct kprobe *orig_p; in __disable_kprobe()
1657 static int __unregister_kprobe_top(struct kprobe *p) in __unregister_kprobe_top()
1659 struct kprobe *ap, *list_p; in __unregister_kprobe_top()
1712 static void __unregister_kprobe_bottom(struct kprobe *p) in __unregister_kprobe_bottom()
1714 struct kprobe *ap; in __unregister_kprobe_bottom()
1721 ap = list_entry(p->list.next, struct kprobe, list); in __unregister_kprobe_bottom()
1728 int register_kprobes(struct kprobe **kps, int num) in register_kprobes()
1746 void unregister_kprobe(struct kprobe *p) in unregister_kprobe()
1752 void unregister_kprobes(struct kprobe **kps, int num) in unregister_kprobes()
1793 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in pre_handler_kretprobe()
1987 static int pre_handler_kretprobe(struct kprobe *p, struct pt_regs *regs) in pre_handler_kretprobe()
1996 static void kill_kprobe(struct kprobe *p) in kill_kprobe()
1998 struct kprobe *kp; in kill_kprobe()
2019 int disable_kprobe(struct kprobe *kp) in disable_kprobe()
2022 struct kprobe *p; in disable_kprobe()
2037 int enable_kprobe(struct kprobe *kp) in enable_kprobe()
2040 struct kprobe *p; in enable_kprobe()
2073 void dump_kprobe(struct kprobe *kp) in dump_kprobe()
2120 struct kprobe *p; in kprobes_module_callback()
2223 static void report_probe(struct seq_file *pi, struct kprobe *p, in report_probe()
2224 const char *sym, int offset, char *modname, struct kprobe *pp) in report_probe()
2275 struct kprobe *p, *kp; in show_kprobe_addr()
2366 struct kprobe *p; in arm_all_kprobes()
2412 struct kprobe *p; in disarm_all_kprobes()