split dev_queue
[cor.git] / kernel / trace / trace_selftest_dynamic.c
blobc364cf777e1a507036c642c610d8137a09faa8ab
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/compiler.h>
3 #include "trace.h"
5 noinline __noclone int DYN_FTRACE_TEST_NAME(void)
7 /* used to call mcount */
8 return 0;
11 noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
13 /* used to call mcount */
14 return 0;