kernel_samsung_a53x/kernel/trace/trace_selftest_dynamic.c
2024-06-15 16:02:09 -03:00

15 lines
270 B
C
Executable file

// SPDX-License-Identifier: GPL-2.0
#include <linux/compiler.h>
#include "trace.h"
noinline __noclone int DYN_FTRACE_TEST_NAME(void)
{
/* used to call mcount */
return 0;
}
noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
{
/* used to call mcount */
return 0;
}