Lines Matching refs:fprobe

110 static bool is_fprobe_still_exist(struct fprobe *fp)  in is_fprobe_still_exist()
125 static int add_fprobe_hash(struct fprobe *fp) in add_fprobe_hash()
143 static int del_fprobe_hash(struct fprobe *fp) in del_fprobe_hash()
166 struct fprobe *fp, unsigned int size_words) in write_fprobe_header()
177 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header()
187 struct fprobe *fp;
194 struct fprobe *fp, unsigned int size_words) in write_fprobe_header()
207 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header()
227 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_handler()
237 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_kprobe_handler()
265 struct fprobe *fp; in fprobe_ftrace_entry()
335 static bool fprobe_is_ftrace(struct fprobe *fp) in fprobe_is_ftrace()
358 static bool fprobe_is_ftrace(struct fprobe *fp) in fprobe_is_ftrace()
382 struct fprobe *fp; in fprobe_fgraph_entry()
467 struct fprobe *fp; in fprobe_return()
731 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup()
738 static int fprobe_init(struct fprobe *fp, unsigned long *addrs, int num) in fprobe_init()
791 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe()
839 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
889 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
909 bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered()
924 int unregister_fprobe(struct fprobe *fp) in unregister_fprobe()