Lines Matching defs:fp
101 static bool is_fprobe_still_exist(struct fprobe *fp) in is_fprobe_still_exist()
116 static int add_fprobe_hash(struct fprobe *fp) in add_fprobe_hash()
134 static int del_fprobe_hash(struct fprobe *fp) in del_fprobe_hash()
157 struct fprobe *fp, unsigned int size_words) in write_fprobe_header()
168 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header()
178 struct fprobe *fp; member
185 struct fprobe *fp, unsigned int size_words) in write_fprobe_header()
198 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header()
218 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_handler()
228 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_kprobe_handler()
257 struct fprobe *fp; in fprobe_entry() local
345 struct fprobe *fp; in fprobe_return() local
606 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup()
613 static int fprobe_init(struct fprobe *fp, unsigned long *addrs, int num) in fprobe_init()
661 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe()
709 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
747 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
767 bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered()
782 int unregister_fprobe(struct fprobe *fp) in unregister_fprobe()