Sign in
googlers
/
maze
/
linux
/
42b2aa86c6670347a2a07e6d7af0e0ecc8fdbff9
/
.
/
kernel
/
trace
/
trace_selftest_dynamic.c
blob: b4c475a0a48b8932c2f659beec75ae7d73b1726d [
file
] [
log
] [
blame
]
#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
;
}