blob: c364cf777e1a507036c642c610d8137a09faa8ab [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Andi Kleendd3dad0d2017-12-21 15:37:32 -08002#include <linux/compiler.h>
Steven Rostedtd05cdb22008-05-12 21:20:54 +02003#include "trace.h"
4
Andi Kleendd3dad0d2017-12-21 15:37:32 -08005noinline __noclone int DYN_FTRACE_TEST_NAME(void)
Steven Rostedtd05cdb22008-05-12 21:20:54 +02006{
7 /* used to call mcount */
8 return 0;
9}
Steven Rostedt95950c22011-05-06 00:08:51 -040010
Andi Kleendd3dad0d2017-12-21 15:37:32 -080011noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
Steven Rostedt95950c22011-05-06 00:08:51 -040012{
13 /* used to call mcount */
14 return 0;
15}