blob: c364cf777e1a507036c642c610d8137a09faa8ab [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
2#include <linux/compiler.h>
3#include "trace.h"
4
5noinline __noclone int DYN_FTRACE_TEST_NAME(void)
6{
7 /* used to call mcount */
8 return 0;
9}
10
11noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
12{
13 /* used to call mcount */
14 return 0;
15}