selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the...
[linux-2.6/btrfs-unstable.git] / kernel / trace / trace_selftest_dynamic.c
blob8cda06a10d66e4cc5ae264e781f7a593af377eae
1 // SPDX-License-Identifier: GPL-2.0
2 #include "trace.h"
4 int DYN_FTRACE_TEST_NAME(void)
6 /* used to call mcount */
7 return 0;
10 int DYN_FTRACE_TEST_NAME2(void)
12 /* used to call mcount */
13 return 0;