Files
Debian-9-Kernel/kernel/trace/trace_selftest_dynamic.c
2023-05-02 09:58:35 +02:00

14 lines
168 B
C

#include "trace.h"
int DYN_FTRACE_TEST_NAME(void)
{
/* used to call mcount */
return 0;
}
int DYN_FTRACE_TEST_NAME2(void)
{
/* used to call mcount */
return 0;
}