Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / kernel / trace / trace_selftest_dynamic.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
dd3dad0d 2#include <linux/compiler.h>
d05cdb25
SR
3#include "trace.h"
4
dd3dad0d 5noinline __noclone int DYN_FTRACE_TEST_NAME(void)
d05cdb25
SR
6{
7 /* used to call mcount */
8 return 0;
9}
95950c2e 10
dd3dad0d 11noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
95950c2e
SR
12{
13 /* used to call mcount */
14 return 0;
15}