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