Lines Matching refs:fprobe
35 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
54 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler()
79 struct fprobe fp_entry = { in test_fprobe_entry()
106 struct fprobe fp = { in test_fprobe()
132 struct fprobe fp = { in test_fprobe_syms()
158 struct fprobe fp = { in test_fprobe_data()
174 struct fprobe fp = { in test_fprobe_skip()
195 static notrace int entry_only_handler(struct fprobe *fp, unsigned long ip, in entry_only_handler()
208 static notrace int fprobe_entry_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_entry_multi_handler()
222 static notrace void fprobe_exit_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_exit_multi_handler()
258 struct fprobe fp1 = { in test_fprobe_multi()
262 struct fprobe fp2 = { in test_fprobe_multi()