]> Pileus Git - ~andy/linux/blob - kernel/trace/trace_selftest_dynamic.c
Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracin...
[~andy/linux] / kernel / trace / trace_selftest_dynamic.c
1 #include "trace.h"
2
3 int DYN_FTRACE_TEST_NAME(void)
4 {
5         /* used to call mcount */
6         return 0;
7 }