mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:50:54 +07:00
95950c2ecb
Add some basic sanity tests for multiple users of the function tracer at startup. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
14 lines
168 B
C
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;
|
|
}
|