Lines Matching +defs:test +defs:ip
41 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler()
82 static notrace int nest_entry_handler(struct fprobe *fp, unsigned long ip, in nest_entry_handler()
90 static notrace void nest_exit_handler(struct fprobe *fp, unsigned long ip, in nest_exit_handler()
99 static void test_fprobe_entry(struct kunit *test) in test_fprobe_entry()
126 static void test_fprobe(struct kunit *test) in test_fprobe()
151 static void test_fprobe_syms(struct kunit *test) in test_fprobe_syms()
178 static void test_fprobe_data(struct kunit *test) in test_fprobe_data()
195 static void test_fprobe_nest(struct kunit *test) in test_fprobe_nest()
213 static void test_fprobe_skip(struct kunit *test) in test_fprobe_skip()
245 static int fprobe_test_init(struct kunit *test) in fprobe_test_init()