Sign in
qemu
/
qemu
/
58eaa2174e99d9a05172d03fd2799ab8fd9e6f60
/
.
/
trace
/
ftrace.h
blob: 863e052e90b68ad68a6abe67fc49e3be7a1f01c8 [
file
] [
log
] [
blame
]
#ifndef
TRACE_FTRACE_H
#define
TRACE_FTRACE_H
#include
<stdbool.h>
#define
MAX_TRACE_STRLEN
512
#define
_STR
(
x
)
#x
#define
STR
(
x
)
_STR
(
x
)
extern
int
trace_marker_fd
;
bool
ftrace_init
(
void
);
#endif
/* ! TRACE_FTRACE_H */