Home
last modified time | relevance | path

Searched refs:fp_exit_handler (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dtest_fprobe.c53 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
107 .exit_handler = fp_exit_handler, in test_fprobe_entry()
133 .exit_handler = fp_exit_handler, in test_fprobe()
159 .exit_handler = fp_exit_handler, in test_fprobe_syms()
175 .exit_handler = fp_exit_handler, in test_fprobe_syms()
60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, fp_exit_handler() function