Sign in
gem5
/
arm
/
linux
/
045169816b31b10faed984b01c390db1b32ee4c1
/
.
/
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
;
}