xref: /linux/kernel/trace/trace_selftest_dynamic.c (revision 363c55cae53742f3f685a1814912c6d4fda245b4)
1 #include "trace.h"
2 
3 int DYN_FTRACE_TEST_NAME(void)
4 {
5 	/* used to call mcount */
6 	return 0;
7 }
8