blob: b4c475a0a48b8932c2f659beec75ae7d73b1726d [file] [log] [blame]
Steven Rostedtd05cdb22008-05-12 21:20:54 +02001#include "trace.h"
2
3int DYN_FTRACE_TEST_NAME(void)
4{
5 /* used to call mcount */
6 return 0;
7}
Steven Rostedt95950c22011-05-06 00:08:51 -04008
9int DYN_FTRACE_TEST_NAME2(void)
10{
11 /* used to call mcount */
12 return 0;
13}