Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <linux/compiler.h>
0003 #include "trace.h"
0004 
0005 noinline __noclone int DYN_FTRACE_TEST_NAME(void)
0006 {
0007     /* used to call mcount */
0008     return 0;
0009 }
0010 
0011 noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
0012 {
0013     /* used to call mcount */
0014     return 0;
0015 }