Sign in
zircon-guest
/
third_party
/
linux
/
8a103df440afea30c91ebd42e61dc644e647f4bd
/
.
/
kernel
/
trace
/
trace_selftest_dynamic.c
blob: 8cda06a10d66e4cc5ae264e781f7a593af377eae [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#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
;
}