1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 #include <linux/compiler.h> 2 #include <linux/compiler.h> 3 #include "trace.h" 3 #include "trace.h" 4 4 5 noinline __noclone int DYN_FTRACE_TEST_NAME(vo 5 noinline __noclone int DYN_FTRACE_TEST_NAME(void) 6 { 6 { 7 /* used to call mcount */ 7 /* used to call mcount */ 8 return 0; 8 return 0; 9 } 9 } 10 10 11 noinline __noclone int DYN_FTRACE_TEST_NAME2(v 11 noinline __noclone int DYN_FTRACE_TEST_NAME2(void) 12 { 12 { 13 /* used to call mcount */ 13 /* used to call mcount */ 14 return 0; 14 return 0; 15 } 15 } 16 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.