Sign in
gem5
/
arm
/
linux-arm64-legacy
/
0c9bc275304fd1c46584e1e651ce6698e5d61042
/
.
/
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
;
}