1 // SPDX-License-Identifier: GPL-2.0
2 #include "trace.h"
3 
4 int DYN_FTRACE_TEST_NAME(void)
5 {
6 	/* used to call mcount */
7 	return 0;
8 }
9 
10 int DYN_FTRACE_TEST_NAME2(void)
11 {
12 	/* used to call mcount */
13 	return 0;
14 }
15